Uses of Enum
com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters.MatchingType
Packages that use SequenceMatchingParameters.MatchingType
Package
Description
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.MatchingTypeModifier and TypeMethodDescriptionSequenceMatchingParameters.MatchingType.getMatchingType(int index) Returns the matching type corresponding to the given index.SequenceMatchingParameters.getSequenceMatchingType()Returns the sequence matching type.Returns the enum constant of this type with the specified name.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.MatchingTypeModifier and TypeMethodDescriptionvoidSequenceMatchingParameters.setSequenceMatchingType(SequenceMatchingParameters.MatchingType sequenceMatchingType) Sets the sequence matching type.