Package | Description |
---|---|
org.apache.hivemind.conditional |
Classes and interfaces used in the implementation of conditional contributions.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationContextImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
Node.evaluate(EvaluationContext context)
Evaluates the nodes using the context to provide access to runtime information.
|
boolean |
NodeImpl.evaluate(EvaluationContext context) |
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)
Invokes
isPropertySet(String) . |