Uses of Enum
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.AASequenceFeature.Function
Packages that use AASequenceFeature.Function
Package
Description
This package contains features implemented for ms2pip.
This package contains generic features implemented for ms2pip.
-
Uses of AASequenceFeature.Function 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 AASequenceFeature.FunctionModifierConstructorDescriptionComplementaryIonAminoAcidFeature(AminoAcid.Property aminoAcidProperty, AASequenceFeature.Function function) Constructor.ForwardIonAminoAcidFeature(AminoAcid.Property aminoAcidProperty, AASequenceFeature.Function function) Constructor.PeptideAminoAcidFeature(AminoAcid.Property aminoAcidProperty, AASequenceFeature.Function function) Constructor. -
Uses of AASequenceFeature.Function 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 AASequenceFeature.FunctionModifier and TypeFieldDescriptionprotected AASequenceFeature.FunctionAASequenceFeature.functionThe function used to compare the amino acid properties.Methods in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic that return AASequenceFeature.FunctionModifier and TypeMethodDescriptionAASequenceFeature.getFunction()Returns the function used to compare the amino acid properties.static AASequenceFeature.FunctionReturns the enum constant of this type with the specified name.static AASequenceFeature.Function[]AASequenceFeature.Function.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 AASequenceFeature.FunctionModifier and TypeMethodDescriptionvoidAASequenceFeature.setFunction(AASequenceFeature.Function function) Sets the function used to compare the amino acid properties.