Class ComplementaryIonFeature
java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.ComplementaryIonFeature
- All Implemented Interfaces:
Ms2pipFeature
Feature based on a property of the complementary ion.
- Author:
- Marc Vaudel
-
Nested Class Summary
Nested classes/interfaces inherited from class com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature
IonFeature.Property -
Field Summary
FieldsFields inherited from class com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature
propertyFields inherited from interface com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.Ms2pipFeature
implementations -
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorComplementaryIonFeature(IonFeature.Property property) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the feature.intgetIndex()Returns an integer unique to this class.Methods inherited from class com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature
getCategory, getFeature, setFeature
-
Field Details
-
index
public static final int indexThe index of this ms2pip feature.- See Also:
-
-
Constructor Details
-
ComplementaryIonFeature
public ComplementaryIonFeature()Empty default constructor -
ComplementaryIonFeature
Constructor.- Parameters:
property- the peptide property
-
-
Method Details
-
getDescription
Description copied from interface:Ms2pipFeatureReturns the description of the feature.- Returns:
- the description of the feature
-
getIndex
public int getIndex()Description copied from interface:Ms2pipFeatureReturns an integer unique to this class.- Returns:
- an integer unique to this class
-