Interface Ms2pipFeature
- All Known Implementing Classes:
AAIdentityFeature
,AAIdentityFeatureAbsolute
,AAIdentityFeatureRelative
,AAPropertyFeature
,AAPropertyFeatureAbsolute
,AAPropertyFeatureRelative
,AAPropertyRelationshipFeature
,AASequenceFeature
,ComplementaryIonAminoAcidFeature
,ComplementaryIonFeature
,ForwardIonAminoAcidFeature
,ForwardIonFeature
,IonFeature
,ModificationFeature
,PeptideAminoAcidFeature
,PeptideFeature
public interface Ms2pipFeature
Interface for an ms2pip feature.
- Author:
- Marc Vaudel
-
Field Summary
Fields Modifier and Type Field Description static Class[]
implementations
Array of the implemented features. -
Method Summary
Modifier and Type Method Description String
getCategory()
Returns the category of the feature.String
getDescription()
Returns the description of the feature.int
getIndex()
Returns an integer unique to this class.
-
Field Details
-
implementations
Array of the implemented features.
-
-
Method Details
-
getCategory
String getCategory()Returns the category of the feature.- Returns:
- the category of the feature
-
getDescription
String getDescription()Returns the description of the feature.- Returns:
- the description of the feature
-
getIndex
int getIndex()Returns an integer unique to this class.- Returns:
- an integer unique to this class
-