|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.hivemind.conditional.NotEvaluator
Evaluates the left child of its peer Node and inverts the result.
| Constructor Summary | |
NotEvaluator()
|
|
| Method Summary | |
boolean |
evaluate(EvaluationContext context,
Node node)
Invoked by the Node to evaluate its own value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NotEvaluator()
| Method Detail |
public boolean evaluate(EvaluationContext context,
Node node)
Evaluatorleft and
right properties and combine or
otherwise evaluate them. Terminal nodes in the tree will have evaluators that don't do that
but generate a return value internally.
evaluate in interface Evaluator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||