Uses of Class
com.compomics.util.experiment.identification.filtering.MatchFilter.FilterType
Package | Description |
---|---|
com.compomics.util.experiment.identification.filtering |
Classes for the filtering of identification objects.
|
-
Uses of MatchFilter.FilterType in com.compomics.util.experiment.identification.filtering
Fields in com.compomics.util.experiment.identification.filtering declared as MatchFilter.FilterType Modifier and Type Field Description protected MatchFilter.FilterType
MatchFilter. filterType
The type of filter.Methods in com.compomics.util.experiment.identification.filtering that return MatchFilter.FilterType Modifier and Type Method Description MatchFilter.FilterType
MatchFilter. getType()
Return the type of the filter.static MatchFilter.FilterType
MatchFilter.FilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchFilter.FilterType[]
MatchFilter.FilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.identification.filtering with parameters of type MatchFilter.FilterType Modifier and Type Method Description void
MatchFilter. setType(MatchFilter.FilterType filterType)
Sets the type of the filter.