|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Evaluator
Contract supported by all classes that provide dynamic evaluation for a UI element.
Evaluators are supplied with a Node instance context object.
The evaluator should decide if the precondition is valid based on the appropriate logic and the properties etc. and return the result.
Method Summary | |
---|---|
boolean |
evaluate(org.json.simple.JSONObject jsonObject)
The evaluator should decide if the precondition is valid based on the appropriate logic and the state etc. |
Method Detail |
---|
boolean evaluate(org.json.simple.JSONObject jsonObject)
jsonObject
- The record the evaluation is for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |