cascading.pattern.model.tree.decision
Class PredicateEvaluator

java.lang.Object
  extended by cascading.pattern.model.tree.decision.PredicateEvaluator

public class PredicateEvaluator
extends Object


Nested Class Summary
protected  class PredicateEvaluator.CompoundPredicateInvoker
           
protected static interface PredicateEvaluator.Invoker
           
protected  class PredicateEvaluator.NoArgPredicateInvoker
           
protected  class PredicateEvaluator.PredicateInvoker
           
 
Constructor Summary
PredicateEvaluator(Fields expectedFields, Predicate predicate)
           
 
Method Summary
 boolean evaluate(TupleEntry tupleEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateEvaluator

public PredicateEvaluator(Fields expectedFields,
                          Predicate predicate)
Method Detail

evaluate

public boolean evaluate(TupleEntry tupleEntry)


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