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 Type Method Description AminoAcid.Property
getAminoAcidProperty()
Returns the amino acid property to consider.void
setAminoAcidProperty(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
-