Uses of Class
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature.Property
Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features |
This package contains features implemented for ms2pip.
|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic |
This package contains generic features implemented for ms2pip.
|
-
Uses of IonFeature.Property in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features
Constructors in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features with parameters of type IonFeature.Property Constructor Description ComplementaryIonFeature(IonFeature.Property property)
Constructor.ForwardIonFeature(IonFeature.Property property)
Constructor. -
Uses of IonFeature.Property in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic
Fields in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic declared as IonFeature.Property Modifier and Type Field Description protected IonFeature.Property
IonFeature. property
The peptide feature.Methods in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic that return IonFeature.Property Modifier and Type Method Description IonFeature.Property
IonFeature. getFeature()
Returns the peptide feature;static IonFeature.Property
IonFeature.Property. valueOf(String name)
Returns the enum constant of this type with the specified name.static IonFeature.Property[]
IonFeature.Property. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic with parameters of type IonFeature.Property Modifier and Type Method Description void
IonFeature. setFeature(IonFeature.Property feature)
Sets the peptide feature.