Class ModificationFeature
java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.ModificationFeature
- All Implemented Interfaces:
Ms2pipFeature
Feature based on the modification status of an amino acid.
- Author:
- Marc Vaudel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum for the possible features. -
Field Summary
FieldsFields inherited from interface com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.Ms2pipFeature
implementations -
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorConstructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the category of the feature.Returns the description of the feature.intgetIndex()Returns an integer unique to this class.Returns the feature property.voidsetProperty(ModificationFeature.Property property) Sets the feature property.
-
Field Details
-
index
public static final int indexThe index of this ms2pip feature.- See Also:
-
-
Constructor Details
-
ModificationFeature
public ModificationFeature()Empty default constructor -
ModificationFeature
Constructor.- Parameters:
property- the peptide property
-
-
Method Details
-
getProperty
Returns the feature property.- Returns:
- the feature property
-
setProperty
Sets the feature property.- Parameters:
property- the feature property
-
getCategory
Description copied from interface:Ms2pipFeatureReturns the category of the feature.- Specified by:
getCategoryin interfaceMs2pipFeature- Returns:
- the category of the feature
-
getDescription
Description copied from interface:Ms2pipFeatureReturns the description of the feature.- Specified by:
getDescriptionin interfaceMs2pipFeature- Returns:
- the description of the feature
-
getIndex
public int getIndex()Description copied from interface:Ms2pipFeatureReturns an integer unique to this class.- Specified by:
getIndexin interfaceMs2pipFeature- Returns:
- an integer unique to this class
-