Class IonFeature
java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature
- All Implemented Interfaces:
Ms2pipFeature
- Direct Known Subclasses:
ComplementaryIonFeature,ForwardIonFeature
Feature based on a property of an ion.
- Author:
- Marc Vaudel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.Ms2pipFeature
implementations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the category of the feature.Returns the peptide feature;voidsetFeature(IonFeature.Property feature) Sets the peptide feature.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.Ms2pipFeature
getDescription, getIndex
-
Field Details
-
property
The peptide feature.
-
-
Constructor Details
-
IonFeature
public IonFeature()Empty default constructor
-
-
Method Details
-
getFeature
Returns the peptide feature;- Returns:
- the peptide feature
-
setFeature
Sets the peptide feature.- Parameters:
feature- the peptide feature
-
getCategory
Description copied from interface:Ms2pipFeatureReturns the category of the feature.- Specified by:
getCategoryin interfaceMs2pipFeature- Returns:
- the category of the feature
-