|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.ResidueImpl
public class ResidueImpl
Implementation of the Residue Interface.
Constructor Summary | |
---|---|
ResidueImpl()
|
Method Summary | |
---|---|
char |
getAa()
Returns the letter of the amino acid. |
int |
getPosition()
Returns the position of the amino acid. |
java.math.BigDecimal |
getScore()
Returns the score value |
void |
setAa(char aa)
Set the letter of the amino acid. |
void |
setPosition(int position)
Sets the position of the amino acid. |
void |
setScore(java.math.BigDecimal score)
Set the sequence entropy factor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResidueImpl()
Method Detail |
---|
public int getPosition()
getPosition
in interface Residue
public void setPosition(int position)
setPosition
in interface Residue
position
- public char getAa()
getAa
in interface Residue
public void setAa(char aa)
setAa
in interface Residue
aa
- public java.math.BigDecimal getScore()
getScore
in interface Residue
public void setScore(java.math.BigDecimal score)
setScore
in interface Residue
score
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |