Uses of Enum
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.IonFeature.Property
Packages that use IonFeature.Property
Package
Description
This package contains features implemented for ms2pip.
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.PropertyModifierConstructorDescriptionComplementaryIonFeature(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.PropertyModifier and TypeFieldDescriptionprotected IonFeature.PropertyIonFeature.propertyThe peptide feature.Methods in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic that return IonFeature.PropertyModifier and TypeMethodDescriptionIonFeature.getFeature()Returns the peptide feature;static IonFeature.PropertyReturns 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.PropertyModifier and TypeMethodDescriptionvoidIonFeature.setFeature(IonFeature.Property feature) Sets the peptide feature.