Class ForwardIonAminoAcidFeature
java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.AASequenceFeature
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.ForwardIonAminoAcidFeature
- All Implemented Interfaces:
Ms2pipFeature,SingleAAPropertyFeature
Feature based on the amino acid properties of the forward 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.AASequenceFeature
AASequenceFeature.Function -
Field Summary
FieldsFields inherited from class com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.AASequenceFeature
aminoAcidProperty, functionFields inherited from interface com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.Ms2pipFeature
implementations -
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorForwardIonAminoAcidFeature(AminoAcid.Property aminoAcidProperty, AASequenceFeature.Function function) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the category of the feature.Returns 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.AASequenceFeature
getAminoAcidProperty, getFunction, setAminoAcidProperty, setFunction
-
Field Details
-
index
public static final int indexThe index of this ms2pip feature.- See Also:
-
-
Constructor Details
-
ForwardIonAminoAcidFeature
public ForwardIonAminoAcidFeature()Empty default constructor -
ForwardIonAminoAcidFeature
public ForwardIonAminoAcidFeature(AminoAcid.Property aminoAcidProperty, AASequenceFeature.Function function) Constructor.- Parameters:
aminoAcidProperty- the amino acid property to considerfunction- the function used to compare the amino acid properties
-
-
Method Details
-
getCategory
Description copied from interface:Ms2pipFeatureReturns the category of the feature.- Returns:
- the category of the feature
-
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
-