|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.apache.hivemind.conditional | Classes and interfaces used in the implementation of conditional contributions. |
| Uses of Node in org.apache.hivemind.conditional |
|---|
| Classes in org.apache.hivemind.conditional that implement Node | |
|---|---|
class |
NodeImpl
Implementation of Node. |
| Methods in org.apache.hivemind.conditional that return Node | |
|---|---|
Node |
Node.getLeft()
|
Node |
NodeImpl.getLeft()
|
Node |
Node.getRight()
|
Node |
NodeImpl.getRight()
|
Node |
Parser.parse(java.lang.String input)
|
| Methods in org.apache.hivemind.conditional with parameters of type Node | |
|---|---|
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 EvaluationContext.isPropertySet(String). |
| Constructors in org.apache.hivemind.conditional with parameters of type Node | |
|---|---|
NodeImpl(Node left,
Node right,
Evaluator evaluator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||