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

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

protected class PredicateEvaluator.PredicateInvoker
extends Object
implements PredicateEvaluator.Invoker


Constructor Summary
PredicateEvaluator.PredicateInvoker(SimplePredicate predicate, int pos)
           
 
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.PredicateInvoker

public PredicateEvaluator.PredicateInvoker(SimplePredicate predicate,
                                           int pos)
Method Detail

invoke

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


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