Package | Description |
---|---|
org.apache.hivemind.conditional |
Classes and interfaces used in the implementation of conditional contributions.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeImpl
Implementation of
Node . |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getLeft() |
Node |
NodeImpl.getLeft() |
Node |
Node.getRight() |
Node |
NodeImpl.getRight() |
Node |
Parser.parse(java.lang.String input) |
Modifier and Type | Method and Description |
---|---|
boolean |
AndEvaluator.evaluate(EvaluationContext context,
Node node) |
boolean |
ClassNameEvaluator.evaluate(EvaluationContext context,
Node node) |
boolean |
Evaluator.evaluate(EvaluationContext context,
Node node)
Invoked by the Node to evaluate its own value.
|
boolean |
NotEvaluator.evaluate(EvaluationContext context,
Node node) |
boolean |
OrEvaluator.evaluate(EvaluationContext context,
Node node) |
boolean |
PropertyEvaluator.evaluate(EvaluationContext context,
Node node)
|
Constructor and Description |
---|
NodeImpl(Node left,
Node right,
Evaluator evaluator) |