Interface SingleAAPropertyFeature
- All Known Implementing Classes:
AAPropertyFeature,AAPropertyFeatureAbsolute,AAPropertyFeatureRelative,AASequenceFeature,ComplementaryIonAminoAcidFeature,ForwardIonAminoAcidFeature,PeptideAminoAcidFeature
public interface SingleAAPropertyFeature
Interface for the ms2pip features having a single amino acid property.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and TypeMethodDescriptionReturns the amino acid property to consider.voidsetAminoAcidProperty(AminoAcid.Property aminoAcidProperty) Sets the amino acid property to consider.
-
Method Details
-
getAminoAcidProperty
AminoAcid.Property getAminoAcidProperty()Returns the amino acid property to consider.- Returns:
- the amino acid property to consider
-
setAminoAcidProperty
Sets the amino acid property to consider.- Parameters:
aminoAcidProperty- the amino acid property to consider
-