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 final Class[]
    Array of the implemented features.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the category of the feature.
    Returns the description of the feature.
    int
    Returns an integer unique to this class.
  • Field Details

    • implementations

      static final Class[] 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