public interface Modifiable extends FeatureFunction
| Modifier and Type | Method and Description |
|---|---|
void |
setFeatureValue(int code)
Override the feature value of the feature function.
|
void |
setFeatureValue(java.lang.String symbol)
Override the feature value of the feature function.
|
getCode, getFeatureValue, getMapIdentifier, getSymbol, getSymbolTable, getTypegetParameterTypes, initialize, updatevoid setFeatureValue(int code) throws MaltChainedException
code - an integer representation of the symbolMaltChainedExceptionvoid setFeatureValue(java.lang.String symbol) throws MaltChainedException
symbol - an string representation of the symbolMaltChainedExceptionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.