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, getType
getParameterTypes, initialize, update
void setFeatureValue(int code) throws MaltChainedException
code
- an integer representation of the symbolMaltChainedException
void setFeatureValue(java.lang.String symbol) throws MaltChainedException
symbol
- an string representation of the symbolMaltChainedException
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.