Uses of Class
com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters.MatchingType
Package | Description |
---|---|
com.compomics.util.parameters.identification.advanced |
Advanced Identification parameters.
|
-
Uses of SequenceMatchingParameters.MatchingType in com.compomics.util.parameters.identification.advanced
Methods in com.compomics.util.parameters.identification.advanced that return SequenceMatchingParameters.MatchingType Modifier and Type Method Description static SequenceMatchingParameters.MatchingType
SequenceMatchingParameters.MatchingType. getMatchingType(int index)
Returns the matching type corresponding to the given index.SequenceMatchingParameters.MatchingType
SequenceMatchingParameters. getSequenceMatchingType()
Returns the sequence matching type.static SequenceMatchingParameters.MatchingType
SequenceMatchingParameters.MatchingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SequenceMatchingParameters.MatchingType[]
SequenceMatchingParameters.MatchingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.advanced with parameters of type SequenceMatchingParameters.MatchingType Modifier and Type Method Description void
SequenceMatchingParameters. setSequenceMatchingType(SequenceMatchingParameters.MatchingType sequenceMatchingType)
Sets the sequence matching type.