interfaces
Interface FuncResidue

All Known Implementing Classes:
FuncResidueImpl

public interface FuncResidue

Interface as a representation for the functional residue.


Method Summary
 char getAa()
           
 java.math.BigDecimal getCorrelation()
           
 java.math.BigDecimal getEntropy()
           
 int getPosition()
           
 void setAa(char aa)
           
 void setCorrelation(java.math.BigDecimal correlation)
           
 void setEntropy(java.math.BigDecimal entropy)
           
 void setPosition(int position)
           
 

Method Detail

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)