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.ForwardIonFeature
All Implemented Interfaces:
Ms2pipFeature

public class ForwardIonFeature extends IonFeature
Feature based on a property 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.IonFeature

    IonFeature.Property
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The index of this ms2pip feature.

    Fields inherited from class com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature

    property

    Fields inherited from interface com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.Ms2pipFeature

    implementations
  • Constructor Summary

    Constructors
    Constructor
    Description
    Empty default constructor
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the feature.
    int
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index

      public static final int index
      The index of this ms2pip feature.
      See Also:
  • Constructor Details

    • ForwardIonFeature

      public ForwardIonFeature()
      Empty default constructor
    • ForwardIonFeature

      public ForwardIonFeature(IonFeature.Property property)
      Constructor.
      Parameters:
      property - the peptide property
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: Ms2pipFeature
      Returns the description of the feature.
      Returns:
      the description of the feature
    • getIndex

      public int getIndex()
      Description copied from interface: Ms2pipFeature
      Returns an integer unique to this class.
      Returns:
      an integer unique to this class