public abstract class AAPropertyFeature extends Object implements Ms2pipFeature, SingleAAPropertyFeature
Modifier and Type | Field and Description |
---|---|
protected int |
aaIndex
The index on the sequence.
|
protected AminoAcid.Property |
aminoAcidProperty
The property of the amino acids to consider.
|
implementations
Constructor and Description |
---|
AAPropertyFeature()
Empty default constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getAaIndex()
Returns the index on the sequence.
|
AminoAcid.Property |
getAminoAcidProperty()
Returns the amino acid property to consider.
|
void |
setAaIndex(int aaIndex)
Sets the index on the sequence.
|
void |
setAminoAcidProperty(AminoAcid.Property aminoAcidProperty)
Sets the amino acid property to consider.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, getDescription, getIndex
protected int aaIndex
protected AminoAcid.Property aminoAcidProperty
public int getAaIndex()
public void setAaIndex(int aaIndex)
aaIndex
- the index on the sequencepublic AminoAcid.Property getAminoAcidProperty()
SingleAAPropertyFeature
getAminoAcidProperty
in interface SingleAAPropertyFeature
public void setAminoAcidProperty(AminoAcid.Property aminoAcidProperty)
SingleAAPropertyFeature
setAminoAcidProperty
in interface SingleAAPropertyFeature
aminoAcidProperty
- the amino acid property to considerCopyright © 2021. All rights reserved.