Uses of Interface
org.apache.hivemind.conditional.EvaluationContext

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 NodeImpl.evaluate(EvaluationContext context)
           
 boolean Node.evaluate(EvaluationContext context)
          Evaluates the nodes using the context to provide access to runtime information.
 boolean PropertyEvaluator.evaluate(EvaluationContext context, Node node)
          Invokes isPropertySet(String).
 boolean OrEvaluator.evaluate(EvaluationContext context, Node node)
           
 boolean NotEvaluator.evaluate(EvaluationContext context, Node node)
           
 boolean Evaluator.evaluate(EvaluationContext context, Node node)
          Invoked by the Node to evaluate its own value.
 boolean ClassNameEvaluator.evaluate(EvaluationContext context, Node node)
           
 boolean AndEvaluator.evaluate(EvaluationContext context, Node node)