|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluationContext | |
|---|---|
| org.apache.hivemind.conditional | Classes and interfaces used in the implementation of conditional contributions. |
| Uses of EvaluationContext in org.apache.hivemind.conditional |
|---|
| Classes in org.apache.hivemind.conditional that implement EvaluationContext | |
|---|---|
class |
EvaluationContextImpl
|
| Methods in org.apache.hivemind.conditional with parameters of type EvaluationContext | |
|---|---|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||