|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.conditional.ClassNameEvaluator
public class ClassNameEvaluator
Evaluator for a fully qualified class name.
| Constructor Summary | |
|---|---|
ClassNameEvaluator(java.lang.String className)
|
|
| 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 ClassNameEvaluator(java.lang.String className)
| 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 | |||||||||