|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingException | |
|---|---|
| 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. |
| net.sf.adatagenerator.febrl.generators | The classes in this package are based on Python classes that are part of the data generation module in the Febrl project. |
| Uses of ProcessingException in net.sf.adatagenerator.api |
|---|
| Subclasses of ProcessingException in net.sf.adatagenerator.api | |
|---|---|
class |
AccessException
|
class |
CreationException
|
class |
EvaluationException
Deprecated. Moved to the com.choicemaker.correlation package |
class |
GenerationException
|
class |
ModificationException
|
| Methods in net.sf.adatagenerator.api that throw ProcessingException | |
|---|---|
List<String> |
GeneratorMap.getSequencedFields()
Provides validated, read-only access to the field sequence maintained by this instance. |
Map<String,Integer> |
GroupCreator.setMemberDistributionAndOrder(int total)
Deprecated. poorly defined |
| Uses of ProcessingException in net.sf.adatagenerator.core |
|---|
| Methods in net.sf.adatagenerator.core that throw ProcessingException | |
|---|---|
protected List<B> |
DefaultGroupSource.createGroup()
Creates a list of records that belong to the same group. |
protected Map<B,List<B>> |
DefaultGroupSource.createPermutationMap()
Creates a permutation map of group members that can be used to form pairs of group members. |
List<com.choicemaker.shared.api.CMPair<T>> |
PairGenerator.getPairs(HierarchicalGroup<T> topGroupNode)
|
List<String> |
AbstractGeneratorMap.getSequencedFields()
|
protected B |
AbstractGroupCreator.mutate(B record,
GeneratorMap<B> registry,
List<String> changeFields,
Logger logger)
|
| Constructors in net.sf.adatagenerator.core that throw ProcessingException | |
|---|---|
AbstractGeneratorMap()
|
|
DefaultBeanCreator(GeneratorMap<B> map)
|
|
DefaultGroupSource(GroupCreator<B> groupCreator,
Class<? extends B> recordType,
GeneratorMap<B> generatorRegistry,
Properties params,
GeneratedPair.GeneratedDecision defaultDecision)
Creates a new source of pairs. |
|
DefaultGroupSource(GroupCreator<B> groupCreator,
Class<B> recordType,
GeneratorMap<B> generatorRegistry)
Creates a source of pairs. |
|
DefaultGroupSource(GroupCreator<B> groupCreator,
Class<B> recordType,
GeneratorMap<B> generatorRegistry,
int min,
int max,
String distribution)
Creates a source of pairs that uses the specified group settings; i.e. |
|
| Uses of ProcessingException in net.sf.adatagenerator.febrl.generators |
|---|
| Constructors in net.sf.adatagenerator.febrl.generators that throw ProcessingException | |
|---|---|
FebrlGeneratorMap(FebrlGeneratorConfiguration configuration)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||