Uses of Class
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.AAPropertyRelationshipFeature.Relationship
Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features |
This package contains features implemented for ms2pip.
|
-
Uses of AAPropertyRelationshipFeature.Relationship in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features
Methods in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features that return AAPropertyRelationshipFeature.Relationship Modifier and Type Method Description AAPropertyRelationshipFeature.Relationship
AAPropertyRelationshipFeature. getRelationship()
Returns the relationship between the features.static AAPropertyRelationshipFeature.Relationship
AAPropertyRelationshipFeature.Relationship. valueOf(String name)
Returns the enum constant of this type with the specified name.static AAPropertyRelationshipFeature.Relationship[]
AAPropertyRelationshipFeature.Relationship. 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 with parameters of type AAPropertyRelationshipFeature.Relationship Modifier and Type Method Description void
AAPropertyRelationshipFeature. setRelationship(AAPropertyRelationshipFeature.Relationship relationship)
Sets the relationship between the features.Constructors in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features with parameters of type AAPropertyRelationshipFeature.Relationship Constructor Description AAPropertyRelationshipFeature(AAPropertyRelationshipFeature.Relationship relationship, AAPropertyFeature aminoAcidFeature1, AAPropertyFeature aminoAcidFeature2)
Constructor.