Uses of Class
net.sf.adatagenerator.api.GeneratedPair.GeneratedDecision

Packages that use GeneratedPair.GeneratedDecision
net.sf.adatagenerator.api The API package is composed of Java interfaces, abstract classes and Exception classes that the define A Data Generator (ADG) framework. 
net.sf.adatagenerator.core The CORE package is composed of concrete classes for default implementations of A Data Generator (ADG) framework. 
 

Uses of GeneratedPair.GeneratedDecision in net.sf.adatagenerator.api
 

Methods in net.sf.adatagenerator.api that return GeneratedPair.GeneratedDecision
 GeneratedPair.GeneratedDecision GeneratedPair.getGeneratedDecision()
           
static GeneratedPair.GeneratedDecision GeneratedPair.GeneratedDecision.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeneratedPair.GeneratedDecision[] GeneratedPair.GeneratedDecision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GeneratedPair.GeneratedDecision in net.sf.adatagenerator.core
 

Fields in net.sf.adatagenerator.core declared as GeneratedPair.GeneratedDecision
static GeneratedPair.GeneratedDecision DefaultGroupSource.DEFAULT_DECISION
           
 

Methods in net.sf.adatagenerator.core that return GeneratedPair.GeneratedDecision
 GeneratedPair.GeneratedDecision DefaultGroupSource.computeDecision(com.choicemaker.shared.api.CMPair<B> pair)
          Subclasses may override this method to indicate whether the records within a generated pair is expected to represent the same record, represent different records or require clerical review.
protected  GeneratedPair.GeneratedDecision DefaultGroupSource.getDefaultDecision()
           
 GeneratedPair.GeneratedDecision DefaultSynthesizedPair.getGeneratedDecision()
           
 

Constructors in net.sf.adatagenerator.core with parameters of type GeneratedPair.GeneratedDecision
DefaultGroupSource(GroupCreator<B> groupCreator, Class<? extends B> recordType, GeneratorMap<B> generatorRegistry, Properties params, GeneratedPair.GeneratedDecision defaultDecision)
          Creates a new source of pairs.
DefaultSynthesizedPair(com.choicemaker.shared.api.CMPair<R> pair, GeneratedPair.GeneratedDecision decision)
           
DefaultSynthesizedPair(com.choicemaker.shared.api.CMPair<R> pair, GeneratedPair.GeneratedDecision decision, Properties p)
           
 



Copyright © 2011-2012. All Rights Reserved.