cascading.pattern.model.tree.decision
Class PredicateEvaluator.CompoundPredicateInvoker

java.lang.Object
  extended by cascading.pattern.model.tree.decision.PredicateEvaluator.CompoundPredicateInvoker
All Implemented Interfaces:
PredicateEvaluator.Invoker
Enclosing class:
PredicateEvaluator

protected class PredicateEvaluator.CompoundPredicateInvoker
extends Object
implements PredicateEvaluator.Invoker


Constructor Summary
PredicateEvaluator.CompoundPredicateInvoker(CompoundPredicate predicate, PredicateEvaluator.Invoker[] invokers)
           
 
Method Summary
 Boolean invoke(TupleEntry tupleEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateEvaluator.CompoundPredicateInvoker

public PredicateEvaluator.CompoundPredicateInvoker(CompoundPredicate predicate,
                                                   PredicateEvaluator.Invoker[] invokers)
Method Detail

invoke

public Boolean invoke(TupleEntry tupleEntry)
Specified by:
invoke in interface PredicateEvaluator.Invoker


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.