public interface MappingValueIF extends ExecutableIF
Modifier and Type | Method and Description |
---|---|
TS_Value |
map(TS_Value toMap,
java.lang.String attrName,
int lineNo)
Map the value of the current attribute
|
execute, terminate
getContext, getDescriptor, init, setArguments, setContext, setDescriptor
TS_Value map(TS_Value toMap, java.lang.String attrName, int lineNo) throws RuleException
toMap
- value to mapattrName
- name of attribute, for debugging onlylineNo
- line in the input data setany
- occurring RuleException depending of the implementation.RuleException