public class SimpleSymbolPropertyTable extends java.lang.Object implements SymbolPropertyTable
AVG_MASS, HYDROPATHICITY, MONO_MASS, PK, PK_Cterm, PK_Nterm
Constructor and Description |
---|
SimpleSymbolPropertyTable(Alphabet source,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Alphabet |
getAlphabet() |
double |
getDoubleValue(Symbol s) |
java.lang.String |
getName() |
void |
setDoubleProperty(Symbol s,
java.lang.String value) |
public SimpleSymbolPropertyTable(Alphabet source, java.lang.String name)
public void setDoubleProperty(Symbol s, java.lang.String value) throws IllegalSymbolException
IllegalSymbolException
public java.lang.String getName()
getName
in interface SymbolPropertyTable
public Alphabet getAlphabet()
getAlphabet
in interface SymbolPropertyTable
public double getDoubleValue(Symbol s) throws IllegalSymbolException
getDoubleValue
in interface SymbolPropertyTable
IllegalSymbolException