Uses of Enum
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.features.AAPropertyRelationshipFeature.Relationship
Packages that use AAPropertyRelationshipFeature.Relationship
Package
Description
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.RelationshipModifier and TypeMethodDescriptionAAPropertyRelationshipFeature.getRelationship()Returns the relationship between the features.Returns the enum constant of this type with the specified name.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.RelationshipModifier and TypeMethodDescriptionvoidAAPropertyRelationshipFeature.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.RelationshipModifierConstructorDescriptionAAPropertyRelationshipFeature(AAPropertyRelationshipFeature.Relationship relationship, AAPropertyFeature aminoAcidFeature1, AAPropertyFeature aminoAcidFeature2) Constructor.