Uses of Enum
com.compomics.util.parameters.identification.search.SearchParameters.MassAccuracyType
Packages that use SearchParameters.MassAccuracyType
Package
Description
Identification parameters relative to the search.
-
Uses of SearchParameters.MassAccuracyType in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return SearchParameters.MassAccuracyTypeModifier and TypeMethodDescriptionSearchParameters.getFragmentAccuracyType()Returns the fragment accuracy type.SearchParameters.getPrecursorAccuracyType()Returns the precursor accuracy type.Returns the enum constant of this type with the specified name.static SearchParameters.MassAccuracyType[]SearchParameters.MassAccuracyType.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 SearchParameters.MassAccuracyTypeModifier and TypeMethodDescriptionvoidSearchParameters.setFragmentAccuracyType(SearchParameters.MassAccuracyType fragmentAccuracyType) Sets the fragment accuracy type.voidSearchParameters.setPrecursorAccuracyType(SearchParameters.MassAccuracyType precursorAccuracyType) Sets the precursor accuracy type.