interfaces
Interface FuncResidue
- All Known Implementing Classes:
- FuncResidueImpl
public interface FuncResidue
Interface as a representation for the functional residue.
getPosition
int getPosition()
setPosition
void setPosition(int position)
getAa
char getAa()
setAa
void setAa(char aa)
getEntropy
java.math.BigDecimal getEntropy()
setEntropy
void setEntropy(java.math.BigDecimal entropy)
getCorrelation
java.math.BigDecimal getCorrelation()
setCorrelation
void setCorrelation(java.math.BigDecimal correlation)