Uses of Enum
com.compomics.util.parameters.identification.search.DigestionParameters.Specificity
Packages that use DigestionParameters.Specificity
Package
Description
Identification parameters relative to the search.
-
Uses of DigestionParameters.Specificity in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return DigestionParameters.SpecificityModifier and TypeMethodDescriptionDigestionParameters.getSpecificity(String enzymeName) Returns the expected specificity of the given enzyme.DigestionParameters.Specificity.getSpecificity(int index) Returns the specificity of the given index.Returns the enum constant of this type with the specified name.static DigestionParameters.Specificity[]DigestionParameters.Specificity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.search with parameters of type DigestionParameters.SpecificityModifier and TypeMethodDescriptionvoidDigestionParameters.setSpecificity(String enzymeName, DigestionParameters.Specificity enzymeSpecificity) Sets the expected specificity of the enzyme.