public abstract class AAIdentityFeature extends Object implements Ms2pipFeature
Modifier and Type | Field and Description |
---|---|
protected int |
aaIndex
The index on the sequence.
|
protected char |
aminoAcid
The amino acid targeted represented as single letter code.
|
implementations
Constructor and Description |
---|
AAIdentityFeature() |
Modifier and Type | Method and Description |
---|---|
int |
getAaIndex()
Returns the index on the sequence.
|
char |
getAminoAcid()
Returns the amino acid targeted represented as single letter code.
|
void |
setAaIndex(int aaIndex)
Sets the index on the sequence.
|
void |
setAminoAcid(char aminoAcid)
Sets the amino acid targeted represented as single letter code.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, getDescription, getIndex
protected int aaIndex
protected char aminoAcid
public int getAaIndex()
public void setAaIndex(int aaIndex)
aaIndex
- the index on the sequencepublic char getAminoAcid()
public void setAminoAcid(char aminoAcid)
aminoAcid
- the amino acid targeted represented as single letter codeCopyright © 2019. All rights reserved.