Uses of Class
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.generic.AASequenceFeature.Function
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 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.Function Constructor Description ComplementaryIonAminoAcidFeature(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.Function Modifier and Type Field Description protected AASequenceFeature.Function
AASequenceFeature. function
The 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.Function Modifier and Type Method Description AASequenceFeature.Function
AASequenceFeature. getFunction()
Returns the function used to compare the amino acid properties.static AASequenceFeature.Function
AASequenceFeature.Function. valueOf(String name)
Returns 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.Function Modifier and Type Method Description void
AASequenceFeature. setFunction(AASequenceFeature.Function function)
Sets the function used to compare the amino acid properties.