Uses of Enum
com.compomics.util.parameters.identification.search.DigestionParameters.CleavageParameter
Packages that use DigestionParameters.CleavageParameter
Package
Description
Identification parameters relative to the search.
-
Uses of DigestionParameters.CleavageParameter in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return DigestionParameters.CleavageParameterModifier and TypeMethodDescriptionDigestionParameters.getCleavageParameter()Returns the cleavage parameters.DigestionParameters.CleavageParameter.getCleavageParameters(int index) Returns the cleavage parameter of the given index.Returns the enum constant of this type with the specified name.DigestionParameters.CleavageParameter.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.CleavageParameterModifier and TypeMethodDescriptionvoidDigestionParameters.setCleavageParameter(DigestionParameters.CleavageParameter cleavageParameter) Sets the cleavage parameters.