public interface EvaluatorData
Modifier and Type | Method and Description |
---|---|
Object |
getContextValue(String name) |
Iterator |
getDataNames() |
Object |
getDataValue(String name) |
Iterator |
getDataValues() |
boolean |
hasContextValue(String name) |
boolean |
hasDataValue(String name) |