public class SimpleSymbolPropertyTable extends Object implements SymbolPropertyTable
AVG_MASS, HYDROPATHICITY, MONO_MASS, PK, PK_Cterm, PK_Nterm
Constructor and Description |
---|
SimpleSymbolPropertyTable(Alphabet source,
String name) |
Modifier and Type | Method and Description |
---|---|
Alphabet |
getAlphabet() |
double |
getDoubleValue(Symbol s) |
String |
getName() |
void |
setDoubleProperty(Symbol s,
String value) |
public SimpleSymbolPropertyTable(Alphabet source, String name)
public void setDoubleProperty(Symbol s, String value) throws IllegalSymbolException
IllegalSymbolException
public 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
Copyright © 2014 BioJava. All rights reserved.