|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.FuncResidueImpl
public class FuncResidueImpl
Implementation of the FuncResidue Interface.
Constructor Summary | |
---|---|
FuncResidueImpl()
Constructors |
|
FuncResidueImpl(int position,
char aa)
|
Method Summary | |
---|---|
int |
compareTo(FuncResidueImpl a)
Compare function |
char |
getAa()
Returns the letter of the amino acid. |
java.math.BigDecimal |
getCorrelation()
Returns the correlation factor. |
java.math.BigDecimal |
getEntropy()
Returns the sequence entropy factor. |
int |
getPosition()
Returns the position of the amino acid. |
void |
setAa(char aa)
Set the letter of the amino acid. |
void |
setCorrelation(java.math.BigDecimal correlation)
Sets the correlation factor. |
void |
setEntropy(java.math.BigDecimal entropy)
Set the sequence entropy factor. |
void |
setPosition(int position)
Sets the position of the amino acid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FuncResidueImpl()
public FuncResidueImpl(int position, char aa)
Method Detail |
---|
public int getPosition()
getPosition
in interface FuncResidue
public void setPosition(int position)
setPosition
in interface FuncResidue
position
- public char getAa()
getAa
in interface FuncResidue
public void setAa(char aa)
setAa
in interface FuncResidue
aa
- public java.math.BigDecimal getEntropy()
getEntropy
in interface FuncResidue
public void setEntropy(java.math.BigDecimal entropy)
setEntropy
in interface FuncResidue
entropy
- public java.math.BigDecimal getCorrelation()
getCorrelation
in interface FuncResidue
public void setCorrelation(java.math.BigDecimal correlation)
setCorrelation
in interface FuncResidue
correlation
- public int compareTo(FuncResidueImpl a)
compareTo
in interface java.lang.Comparable<FuncResidueImpl>
correlation
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |