Uses of Class
net.sf.adatagenerator.api.CreationException

Packages that use CreationException
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
net.sf.adatagenerator.util The UTIL package contains reusable, application-independent utilities for implementing ADG generators and modifiers. 
 

Uses of CreationException in net.sf.adatagenerator.api
 

Methods in net.sf.adatagenerator.api that throw CreationException
 void GeneratorMap.buildGeneratorMap(FieldDependencyManager<B> fdm)
          Initializes an instance.
 CloneableBean<T> CloneableBean.cloneBean()
           
 GeneratedBean GeneratedBean.cloneGeneratedBean()
          A typesafe clone method
 ModifiableBean<R> ModifiableBean.cloneModifiableBean()
          A typesafe clone method
 SynthesizedPair<R> SynthesizedPair.cloneSynthesizedPair()
          A typesafe clone method
 List<String> FieldDependencyManager.computeSequencedFields(GeneratorMap<B> genMap)
           
 T BeanCreator.createBean(T template)
           
 HierarchicalGroup<R> HierarchicalGroup.HierarchicalGroupGenerator.generateGroup()
           
 FieldGenerator<B,?> GeneratorMap.getInstance(String name)
          Returns the specified generator from this map, or null if a generator has not been registered for the specified field name.
 Set<String> GeneratorMap.getMemberNames()
          Provides unchecked, read-only access to the (unordered) set of names of the fields maintained by this instance.
 List<B> GroupCreator.newGroup(B template, GeneratorMap<B> registry, String superGroupId, Properties params)
           
 

Uses of CreationException in net.sf.adatagenerator.core
 

Methods in net.sf.adatagenerator.core that throw CreationException
 void AbstractGeneratorMap.buildGeneratorMap(FieldDependencyManager<B> fdm)
          Clients must call this method before using a generator map; that is, before invoking the AbstractGeneratorMap.getInstance(String), AbstractGeneratorMap.getMemberNames() or the AbstractGeneratorMap.getSequencedFields() methods.
protected abstract  void AbstractGeneratorMap.buildGeneratorMapInternal(FieldDependencyManager<B> fdm)
          Clients must call this method before using a generator map; that is, before invoking the AbstractGeneratorMap.getInstance(String), AbstractGeneratorMap.getMemberNames() or the AbstractGeneratorMap.getSequencedFields() methods.
protected  void DefaultFieldDependencyManager.clearVisitorStatus(GeneratorMap<B> genMap)
           
 CloneableBean<T> DefaultCloneableBean.cloneBean()
          A typesafe clone method
 GeneratedBeanProperties GeneratedBeanProperties.cloneGeneratedBeanProperties()
          A typesafe clone method
 SynthesizedPair<R> DefaultSynthesizedPair.cloneSynthesizedPair()
           
protected  void AbstractGeneratorMap.computeSequencedFields(FieldDependencyManager<B> fdm)
          This method is invoked the first time a map is built, immediately after the AbstractGeneratorMap.buildGeneratorMapInternal(FieldDependencyManager) returns.
 List<String> DefaultFieldDependencyManager.computeSequencedFields(GeneratorMap<B> genMap)
           
protected  void AbstractFieldGenerator.conditionallyLoadData()
          A template method.
 B DefaultBeanCreator.createBean(B template)
           
 Set<F> DefaultFrequencyBasedGenerator.getDistinctValues()
           
protected  Map<String,FieldGenerator<B,?>> AbstractGeneratorMap.getFieldGeneratorMapChecked()
          Provides validated, read-only access to the map maintained by this instance.
protected  Map<String,FieldGenerator<B,?>> AbstractGeneratorMap.getFieldGeneratorMapUnchecked()
          Provides unrestricted access to the map maintained by this instance while the map is being built.
 FieldGenerator<B,?> AbstractGeneratorMap.getInstance(String name)
           
 Set<F> DefaultFrequencyBasedGenerator.getLeastFrequentValues()
           
protected  int AbstractGroupCreator.getMax(Properties p)
           
 F DefaultFrequencyBasedGenerator.getMaximumValue()
           
 Set<String> AbstractGeneratorMap.getMemberNames()
           
protected  int AbstractGroupCreator.getMin(Properties p)
           
 F DefaultFrequencyBasedGenerator.getMinimumValue()
           
 Set<F> DefaultFrequencyBasedGenerator.getMostFrequentValues()
           
 Map<F,Integer> DefaultFrequencyBasedGenerator.getRelativeFrequencies()
           
 List<String> AbstractGeneratorMap.getSequencedFieldsUnchecked()
          Provides unrestricted access to the field sequence maintained by this instance while the map is being built.
 int DefaultFrequencyBasedGenerator.getSumOfRelativeFrequencies()
           
protected abstract  void AbstractFieldGenerator.loadData()
          Subclasses should implement this method to load any data required by the generator.
protected  void DefaultFrequencyBasedGenerator.loadData()
          Provides a default method that loads frequency-weighted values from a specified resource file.
protected  void AbstractGeneratorMap.map(FieldGenerator<B,?> fieldGenerator)
          A convenience method used to build generator maps.
protected  void AbstractGeneratorMap.map(String fieldName, FieldGenerator<B,?> fieldGenerator)
          A convenience method used to register a field generator to a field name.
protected  void AbstractGeneratorMap.mapNullGenerator(FieldDependencyManager<B> fdm, String fieldName)
          A convenience method used to register a null object generator to a field name.
protected
<P,Q extends P>
Q
DefaultBeanCreator.newBean(Class<Q> targetClass, P template, GeneratorMap<B> genMap)
           
 int AbstractGroupCreator.randomValue(int min, int max)
          Returns a number in the range min to max, inclusive, distributed uniformly.
<P,Q extends P>
void
DefaultBeanCreator.setTargetFields(Q target, P template)
           
protected  int AbstractGroupCreator.totalMembers(Properties params)
           
 

Constructors in net.sf.adatagenerator.core that throw CreationException
AbstractTee(com.choicemaker.shared.api.CMSink<T>[] sinks)
           
 

Uses of CreationException in net.sf.adatagenerator.febrl.generators
 

Methods in net.sf.adatagenerator.febrl.generators that throw CreationException
protected  void FebrlGeneratorMap.buildGeneratorMapInternal(FieldDependencyManager<B> fdm)
           
 Set<String> FebrlGenderGenerator.getGenderValues()
           
protected  void FebrlLastNameGenerator.loadData()
           
protected  void FebrlFirstNameGenerator.loadData()
           
protected  void FebrlTitleGenerator.loadData()
           
protected  void FebrlFirstNameGenerator.loadFirstNameCultureSexLookupDict()
           
 void FebrlLastNameGenerator.loadLastNameCultureLookupDict()
           
protected  void FebrlTitleGenerator.loadSexAgeLookupDict()
           
protected  void FebrlTitleGenerator.loadTitleDict()
           
 

Constructors in net.sf.adatagenerator.febrl.generators that throw CreationException
FebrlGeneratorConfiguration()
          Constructs a default configuration.
FebrlGeneratorConfiguration(String configFile)
          Constructs an application-specific configuration.
FebrlGroupIdGenerator(FieldDependency<B> fd)
           
FebrlGroupIdGenerator(FieldDependencyManager<B> existingDependencies)
           
FebrlGroupIdGenerator(FieldDependencyManager<B> existingDependencies, FebrlGeneratorConfiguration config)
           
 

Uses of CreationException in net.sf.adatagenerator.util
 

Methods in net.sf.adatagenerator.util that throw CreationException
<V> void
DefaultMappedListsRegistry.addMapping(String mappingName, Class<V> elementType, MappedListsFactory<V> factory)
          Provides a default method that creates a mapped list using a specified factory and adds it to this registry.
<V> void
ListsRegistry.addMapping(String mappingName, Class<V> elementType, MappedListsFactory<V> factory)
           
 FrequencyBasedList<String> StringFrequencyFile.createFrequencyBasedList()
           
 FrequencyBasedList<Integer> IntegerFrequencyFile.createFrequencyBasedList()
           
 FrequencyBasedList<V> FrequencyBasedListFactory.createFrequencyBasedList()
           
 MappedLists<V> MappedListsFactory.createMappedLists()
           
 MappedLists<String> MappedStringListsFile.createMappedLists()
           
 



Copyright © 2011-2012. All Rights Reserved.