-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.serial.BlastField
@JvmInline() public final class CompBasedStatsX implements BlastField
-comp_based_stats
<String>Use composition-based statistics:
Dord: default (equivalent to 2)0orForf: No composition-based statistics1: Composition-based statistics as in NAR 29:2994-3005, 20012orTort: Composition-based score adjustment as in Bioinformatics 21:902-911, 2005, conditioned on sequence properties3: Composition-based score adjustment as in Bioinformatics 21:902-911, 2005, unconditionally
Default =
2
-
-
Constructor Summary
Constructors Constructor Description CompBasedStatsX(CompBasedStatsXValue value)
-
Method Summary
Modifier and Type Method Description BooleangetIsDefault()Indicates whether the field is currently set to its default value. StringgetName()The name of this field. final CompBasedStatsXValuegetValue()UnitappendJson(ObjectNode js)Appends this field to the given JSON ObjectNode only if it is not set to its default value. UnitappendCliSegment(StringBuilder cli)Appends this field to the given StringBuilder only if it is not set to its default value. UnitappendCliParts(List<String> cli)Appends this field to the given MutableList only if it is not set to its default value. -
-
Constructor Detail
-
CompBasedStatsX
CompBasedStatsX(CompBasedStatsXValue value)
-
-
Method Detail
-
getIsDefault
Boolean getIsDefault()
Indicates whether the field is currently set to its default value.
-
getValue
final CompBasedStatsXValue getValue()
-
appendJson
Unit appendJson(ObjectNode js)
Appends this field to the given JSON ObjectNode only if it is not set to its default value.
-
appendCliSegment
Unit appendCliSegment(StringBuilder cli)
Appends this field to the given StringBuilder only if it is not set to its default value.
-
appendCliParts
Unit appendCliParts(List<String> cli)
Appends this field to the given MutableList only if it is not set to its default value.
-
-
-
-