Uses of Interface
net.sf.adatagenerator.pred.Predicate

Packages that use Predicate
net.sf.adatagenerator.core The CORE package is composed of concrete classes for default implementations of A Data Generator (ADG) framework. 
net.sf.adatagenerator.pred This package is deprecated. 
 

Uses of Predicate in net.sf.adatagenerator.core
 

Methods in net.sf.adatagenerator.core that return types with arguments of type Predicate
 Set<Predicate<R>> SimpleCorrelationEvaluator.getPredicates()
          Deprecated. Returns an unmodifiable set of predicates whose iteration order reflects the iteration order of this evaluator.
protected  Set<Predicate<R>> SimpleCorrelationEvaluator.getPredicatesInternal()
          Deprecated. Provides unrestricted access to subclasses to the predicates of this instance.
 

Constructor parameters in net.sf.adatagenerator.core with type arguments of type Predicate
SimpleCorrelationEvaluator(Set<Predicate<R>> predicates)
          Deprecated. Constructs an evaluator from the specified set of iterators.
 

Uses of Predicate in net.sf.adatagenerator.pred
 

Classes in net.sf.adatagenerator.pred that implement Predicate
 class AbstractPredicate<E extends Enum<E>,R>
          Deprecated. Moved to the com.choicemaker.correlation package
 class ExactMatchPredicate<E extends Enum<E>,R>
          Deprecated. Moved to the com.choicemaker.correlation.predicates package
 class ReflectionPredicate<F,E extends Enum<E>,R>
          Deprecated. Moved to the com.choicemaker.correlation package
 class StringPredicate<R>
          Deprecated. Moved to the com.choicemaker.correlation package
 class TrimmedStringsLowerCase<R>
          Deprecated. Moved to the com.choicemaker.correlation.predicates package
 class TrimmedSubstringsLowerCase<R>
          Deprecated. Moved to the com.choicemaker.correlation.predicates package
 



Copyright © 2011-2012. All Rights Reserved.