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
IllegalSymbolExceptionpublic String getName()
getName in interface SymbolPropertyTablepublic Alphabet getAlphabet()
getAlphabet in interface SymbolPropertyTablepublic double getDoubleValue(Symbol s) throws IllegalSymbolException
getDoubleValue in interface SymbolPropertyTableIllegalSymbolExceptionCopyright © 2020 BioJava. All rights reserved.