Class PercolatorFeaturesCache
java.lang.Object
com.compomics.util.experiment.identification.validation.percolator.PercolatorFeaturesCache
- All Implemented Interfaces:
UrParameter,Serializable
This class serves as a cache for Percolator features.
- Author:
- Marc Vaudel
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal EnumMap<PercolatorFeature, Object> Map of the Percolator values.static final PercolatorFeaturesCacheDummy object for instantiation purposes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongThis method returns the key of the parameter.
-
Field Details
-
dummy
Dummy object for instantiation purposes. -
cache
Map of the Percolator values.
-
-
Constructor Details
-
PercolatorFeaturesCache
public PercolatorFeaturesCache()
-
-
Method Details
-
getParameterKey
public long getParameterKey()Description copied from interface:UrParameterThis method returns the key of the parameter. The key must be unique to the type of parameter.- Specified by:
getParameterKeyin interfaceUrParameter- Returns:
- the parameter key
-