|
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. |
|