A B C D E F G H I L M N O P Q R S T U V W Z

A

AbstractFieldGenerator<B,F> - Class in net.sf.adatagenerator.core
A template class that lazily loads data just before it is needed.
AbstractFieldGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.core.AbstractFieldGenerator
 
AbstractGeneratorMap<B> - Class in net.sf.adatagenerator.core
A template for creating application-specific implementations of GeneratorMap.
AbstractGeneratorMap() - Constructor for class net.sf.adatagenerator.core.AbstractGeneratorMap
 
AbstractGeneratorMap.STATE - Enum in net.sf.adatagenerator.core
 
AbstractGroupCreator<B> - Class in net.sf.adatagenerator.core
 
AbstractGroupCreator() - Constructor for class net.sf.adatagenerator.core.AbstractGroupCreator
 
AbstractPredicate<E extends Enum<E>,R> - Class in net.sf.adatagenerator.pred
Deprecated. Moved to the com.choicemaker.correlation package
AbstractPredicate(String) - Constructor for class net.sf.adatagenerator.pred.AbstractPredicate
Deprecated.  
AbstractTee<T> - Class in net.sf.adatagenerator.core
A sink that accepts an input object and writes separate clones of the object to each of its attached sinks.
AbstractTee(CMSink<T>[]) - Constructor for class net.sf.adatagenerator.core.AbstractTee
 
AbstractTransformingSink<T,A> - Class in net.sf.adatagenerator.core
Input objects written to this sink are transformed and then written to an attached sink.
AbstractTransformingSink(CMSink<A>) - Constructor for class net.sf.adatagenerator.core.AbstractTransformingSink
 
AbstractTransformingSource<T,A> - Class in net.sf.adatagenerator.core
This source reads objects from an attached source and transforms them before making them available as output from the AbstractTransformingSource.read() method.
AbstractTransformingSource(CMSource<A>) - Constructor for class net.sf.adatagenerator.core.AbstractTransformingSource
 
AbstractValueModifier<V> - Class in net.sf.adatagenerator.core
 
AbstractValueModifier() - Constructor for class net.sf.adatagenerator.core.AbstractValueModifier
Creates a value modifier with a random, unique name and a null type hint.
AbstractValueModifier(Class<V>) - Constructor for class net.sf.adatagenerator.core.AbstractValueModifier
Creates a value modifier with a random, unique name and the specified type hint.
AbstractValueModifier(String, String, Class<V>) - Constructor for class net.sf.adatagenerator.core.AbstractValueModifier
Creates a value modifier with the specified type hint.
AbstractValueModifier.StringModifier - Class in net.sf.adatagenerator.core
 
AbstractValueModifier.StringModifier() - Constructor for class net.sf.adatagenerator.core.AbstractValueModifier.StringModifier
 
acceptModification(BeanModifier<R>) - Method in interface net.sf.adatagenerator.api.ModifiableBean
Accepts modification by the specified bean modifier.
acceptModification(PairModifier<R, ModifiablePair<R>>) - Method in interface net.sf.adatagenerator.api.ModifiablePair
Accepts modification by the specified pair modifier.
acceptModification(PairModifier<ModifiableBean<R>, ModifiablePair<ModifiableBean<R>>>) - Method in class net.sf.adatagenerator.core.DefaultModifiablePair
 
acceptModification(PairModifier<R, ModifiablePair<R>>) - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
 
AccessException - Exception in net.sf.adatagenerator.api
 
AccessException() - Constructor for exception net.sf.adatagenerator.api.AccessException
 
AccessException(String) - Constructor for exception net.sf.adatagenerator.api.AccessException
 
AccessException(Throwable) - Constructor for exception net.sf.adatagenerator.api.AccessException
 
AccessException(String, Throwable) - Constructor for exception net.sf.adatagenerator.api.AccessException
 
add(Mutator<String>) - Method in class net.sf.adatagenerator.mutators.SequenceMutator
Deprecated.  
addAll(int, Collection<? extends E>) - Method in class net.sf.adatagenerator.util.FrequencyBasedList
 
addAll(Collection<? extends E>) - Method in class net.sf.adatagenerator.util.FrequencyBasedList
 
addAll(Map<? extends E, Integer>) - Method in class net.sf.adatagenerator.util.FrequencyBasedList
 
addAll(NavigableMap<? extends E, Integer>) - Method in class net.sf.adatagenerator.util.FrequencyBasedList
 
addAllRecords(List<T>) - Method in interface net.sf.adatagenerator.api.Group
 
addAllRecords(List<T>) - Method in class net.sf.adatagenerator.core.DefaultGroup
 
addAllSubGroups(List<HierarchicalGroup<T>>) - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
 
addAllSubGroups(List<HierarchicalGroup<T>>) - Method in class net.sf.adatagenerator.core.DefaultGroup
 
addDependency(String) - Method in interface net.sf.adatagenerator.api.FieldDependency
Adds a dependency to this field
addDependency(String) - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
Adds a dependency to this field
addMapping(String, Class<V>, MappedListsFactory<V>) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
Provides a default method that creates a mapped list using a specified factory and adds it to this registry.
addMapping(String, Class<V>, MappedLists<V>) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
 
addMapping(String, Class<V>, MappedLists<V>) - Method in interface net.sf.adatagenerator.util.ListsRegistry
 
addMapping(String, Class<V>, MappedListsFactory<V>) - Method in interface net.sf.adatagenerator.util.ListsRegistry
 
addRecord(T) - Method in interface net.sf.adatagenerator.api.Group
 
addRecord(T) - Method in class net.sf.adatagenerator.core.DefaultGroup
 
addReverseDependency(FieldDependency<B>) - Method in interface net.sf.adatagenerator.api.FieldDependency
 
addReverseDependency(FieldDependency<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
 
addSubGroup(HierarchicalGroup<T>) - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
 
addSubGroup(HierarchicalGroup<T>) - Method in class net.sf.adatagenerator.core.DefaultGroup
 
asChar - Variable in enum net.sf.adatagenerator.pred.ExportablePredicate.CLUEMAKER_RECORD_VARIABLES
Deprecated.  
asString - Variable in enum net.sf.adatagenerator.pred.ExportablePredicate.CLUEMAKER_RECORD_VARIABLES
Deprecated.  

B

BeanCreator<T> - Interface in net.sf.adatagenerator.api
 
BeanFieldModifier<F,R,S extends R> - Class in net.sf.adatagenerator.modifiers
A BeanModifier that changes just one field in a bean.
BeanFieldModifier(Class<R>, String, ValueModifier<F>) - Constructor for class net.sf.adatagenerator.modifiers.BeanFieldModifier
Creates a field modifier that gets, modifies and sets a value for the specified field.
BeanFieldModifier(String, String, Class<R>, String, ValueModifier<F>) - Constructor for class net.sf.adatagenerator.modifiers.BeanFieldModifier
Creates a field modifier that gets, modifies and sets a value for the specified field.
BeanFieldModifier(String, String, String, Method, Method, ValueModifier<F>) - Constructor for class net.sf.adatagenerator.modifiers.BeanFieldModifier
Creates a field modifier that sets and gets a field value using the specified field accessor and mutator, respectively.
BeanModifier<T> - Interface in net.sf.adatagenerator.api
Declares a capability for modifying a Java Bean.
buildDefaultDependency(String) - Method in interface net.sf.adatagenerator.api.FieldDependencyManager
 
buildDefaultDependency(String) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
 
buildFebrlDependency(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
 
buildFebrlDependency(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
 
buildFebrlDependency(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
 
buildFebrlDependency(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
 
buildGeneratorMap(FieldDependencyManager<B>) - Method in interface net.sf.adatagenerator.api.GeneratorMap
Initializes an instance.
buildGeneratorMap(FieldDependencyManager<B>) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
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.
buildGeneratorMapInternal(FieldDependencyManager<B>) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
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.
buildGeneratorMapInternal(FieldDependencyManager<B>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorMap
 

C

calculateRandomBirthDateFromAge(int) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
 
CharInserter - Class in net.sf.adatagenerator.febrl.modifiers
 
CharInserter() - Constructor for class net.sf.adatagenerator.febrl.modifiers.CharInserter
 
CharInserter - Class in net.sf.adatagenerator.febrl.mutators
Deprecated.  
CharInserter() - Constructor for class net.sf.adatagenerator.febrl.mutators.CharInserter
Deprecated.  
clearAllMappings() - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
 
clearAllMappings() - Method in interface net.sf.adatagenerator.util.ListsRegistry
 
clearCounts() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
Deprecated. Clears all signatures and counts from this instance.
clearFirstNameCultureSexLookupDictionary() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
 
clearFrequencyBasedList() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
 
clearLastNameCultureLookupDictionary() - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
 
clearMapping(String, Class<V>) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
 
clearMapping(String, Class<V>) - Method in interface net.sf.adatagenerator.util.ListsRegistry
 
clearRecords() - Method in interface net.sf.adatagenerator.api.Group
 
clearRecords() - Method in class net.sf.adatagenerator.core.DefaultGroup
 
clearSubGroups() - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
 
clearSubGroups() - Method in class net.sf.adatagenerator.core.DefaultGroup
 
clearVisitorStatus(FieldDependency<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
 
clearVisitorStatus(GeneratorMap<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
 
clone() - Method in interface net.sf.adatagenerator.api.GeneratedBean
 
clone() - Method in interface net.sf.adatagenerator.api.ModifiableBean
 
CLONE - Static variable in class net.sf.adatagenerator.core.AbstractTee
The name of the cloneMethod method
clone() - Method in class net.sf.adatagenerator.core.DefaultCloneableBean
 
clone() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
 
clone() - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
 
CloneableBean<T> - Interface in net.sf.adatagenerator.api
 
cloneBean() - Method in interface net.sf.adatagenerator.api.CloneableBean
 
cloneBean() - Method in class net.sf.adatagenerator.core.DefaultCloneableBean
A typesafe clone method
cloneElement(T) - Method in class net.sf.adatagenerator.core.AbstractTee
 
cloneGeneratedBean() - Method in interface net.sf.adatagenerator.api.GeneratedBean
A typesafe clone method
cloneGeneratedBeanProperties() - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
A typesafe clone method
cloneModifiableBean() - Method in interface net.sf.adatagenerator.api.ModifiableBean
A typesafe clone method
clonePair(T, T) - Method in interface net.sf.adatagenerator.core.PairGenerator
 
cloneSynthesizedPair() - Method in interface net.sf.adatagenerator.api.SynthesizedPair
A typesafe clone method
cloneSynthesizedPair() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
 
close() - Method in interface net.sf.adatagenerator.api.Pipe
 
close() - Method in class net.sf.adatagenerator.core.AbstractTee
 
close() - Method in class net.sf.adatagenerator.core.AbstractTransformingSink
 
close() - Method in class net.sf.adatagenerator.core.AbstractTransformingSource
 
close() - Method in class net.sf.adatagenerator.core.CompositeSource
 
close() - Method in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
 
close() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
 
close() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
Deprecated.  
closeReader(Reader) - Static method in class net.sf.adatagenerator.util.ResourceUtil
 
CLUEMAKER_25X - Static variable in class net.sf.adatagenerator.pred.ExactMatchPredicate
Deprecated. A magic name for the name of an export enumeration element indicating that the export type is compatible with version 2.5 of the ChoiceMaker ClueMaker syntax.
compare(NamedInstance, NamedInstance) - Method in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultNamedInstanceComparator
 
compare(String, String) - Method in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultStringComparator
 
compare(Object, Object) - Method in class net.sf.adatagenerator.util.DefaultNullComparator
Compares two objects.
compareComparables(Object, Object) - Static method in class net.sf.adatagenerator.util.DefaultNullComparator
A static comparison method that compares two comparable objects and deals with null values.
compareContexts(NamedInstance) - Method in interface net.sf.adatagenerator.api.NamedInstance
Compares the context of this instance to the context of another instance using the context comparator of this instance.
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.core.AbstractValueModifier
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.core.DefaultGroup
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.core.DefaultNamedInstance
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
Deprecated.  
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
 
compareContexts(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
 
compareNames(NamedInstance, NamedInstance) - Static method in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultNamedInstanceComparator
 
compareStrings(String, String) - Static method in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultStringComparator
 
compareTo(NamedInstance) - Method in interface net.sf.adatagenerator.api.NamedInstance
Compares this instance to another instance using the comparator of this instance.
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.core.AbstractValueModifier
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.core.DefaultGroup
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.core.DefaultNamedInstance
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
Deprecated.  
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
 
compareTo(PairModifier<T, P>) - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
 
compareTo(NamedInstance) - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
 
CompositeBeanFieldModifier<F,R> - Class in net.sf.adatagenerator.modifiers
Deprecated. Moved to the com.choicemaker.correlation package
CompositeBeanFieldModifier(Class<R>, String, Iterable<ValueModifier<F>>) - Constructor for class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
Deprecated.  
CompositeBeanFieldModifier(String, String, Class<R>, String, Iterable<ValueModifier<F>>) - Constructor for class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
Deprecated.  
CompositeBeanFieldModifier(String, String, String, Method, Method, Iterable<ValueModifier<F>>) - Constructor for class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
Deprecated.  
CompositePairModifier<T,P extends ModifiablePair<T>> - Class in net.sf.adatagenerator.modifiers
 
CompositePairModifier(Iterable<BeanModifier<T>>) - Constructor for class net.sf.adatagenerator.modifiers.CompositePairModifier
 
CompositePairModifier(String, String, Iterable<BeanModifier<T>>) - Constructor for class net.sf.adatagenerator.modifiers.CompositePairModifier
 
CompositeSource<T> - Class in net.sf.adatagenerator.core
 
CompositeSource(List<CMSource<T>>) - Constructor for class net.sf.adatagenerator.core.CompositeSource
 
CompositeSource(int, List<CompositeSource.FrequencyWeightedSource<T>>) - Constructor for class net.sf.adatagenerator.core.CompositeSource
 
CompositeSource.FrequencyWeightedSource<T> - Class in net.sf.adatagenerator.core
A frequency-weighted source is an element of a composite source.
CompositeSource.FrequencyWeightedSource(CMSource<T>, float) - Constructor for class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
 
compressBitString(String) - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
Deprecated.  
compressBitStringInternal(String) - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
Deprecated.  
COMPRESSED_RADIX - Static variable in class net.sf.adatagenerator.pred.PredicateCorrelation
Deprecated.  
computeCorrelationSignature(CMPair<? extends R>) - Method in interface net.sf.adatagenerator.api.CorrelationEvaluator
Deprecated.  
computeCorrelationSignature(CMPair<? extends R>) - Method in class net.sf.adatagenerator.core.SimpleCorrelationEvaluator
Deprecated.  
computeCorrelationSignature(CMPair<? extends R>) - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
Deprecated.  
computeDecision(CMPair<B>) - Method in class net.sf.adatagenerator.core.DefaultGroupSource
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.
computeFrequencyMap(Map<E, Integer>) - Static method in class net.sf.adatagenerator.util.FrequencyBasedList
 
computeRelativeFrequency(int, float, float) - Static method in class net.sf.adatagenerator.core.CompositeSource
Encapsulates the algorithm used to computeRelativeFrequencies:
computeSequencedFields(GeneratorMap<B>) - Method in interface net.sf.adatagenerator.api.FieldDependencyManager
 
computeSequencedFields(FieldDependencyManager<B>) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
This method is invoked the first time a map is built, immediately after the AbstractGeneratorMap.buildGeneratorMapInternal(FieldDependencyManager) returns.
computeSequencedFields(GeneratorMap<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
 
computeSortedRelativeFrequencies(Map<? extends V, Integer>, Comparator<? super V>) - Static method in class net.sf.adatagenerator.util.FrequencyBasedList
Returns a map of values to counts (where each count is non-negative).
computeSortedRelativeFrequencies(Iterable<? extends V>, Comparator<? super V>) - Static method in class net.sf.adatagenerator.util.FrequencyBasedList
Returns a map of values to counts (where each count is non-negative).
conditionallyLoadData() - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
A template method.
CorrelationEvaluator<R> - Interface in net.sf.adatagenerator.api
Deprecated. Moved to the com.choicemaker.correlation package
countDistinctSources() - Method in class net.sf.adatagenerator.core.CompositeSource
 
countEffectiveSources() - Method in class net.sf.adatagenerator.core.CompositeSource
 
createBean(T) - Method in interface net.sf.adatagenerator.api.BeanCreator
 
createBean(B) - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
 
createDefaultGroupParameters() - Static method in class net.sf.adatagenerator.core.DefaultGroupSource
Returns a set of parameters with default values.
createFebrlAddressGenerator(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createFebrlCultureGenerator(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createFebrlPostcodeGenerator(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createFebrlStateGenerator(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createFebrlStreetNumberGenerator(FieldDependencyManager<B>) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createFrequencyBasedList() - Method in interface net.sf.adatagenerator.util.FrequencyBasedListFactory
 
createFrequencyBasedList() - Method in class net.sf.adatagenerator.util.IntegerFrequencyFile
 
createFrequencyBasedList() - Method in class net.sf.adatagenerator.util.StringFrequencyFile
 
createGroup() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
Creates a list of records that belong to the same group.
createGroupParameters(int, int, String) - Static method in class net.sf.adatagenerator.core.DefaultGroupSource
Returns a set of parameters with the specified values for DefaultGroupSource.PN_MIN , DefaultGroupSource.PN_MAX and DefaultGroupSource.PN_DISTRIBUTION.
createIntegerGenerator(FieldDependencyManager<B>, String, String) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createMappedLists() - Method in interface net.sf.adatagenerator.util.MappedListsFactory
 
createMappedLists() - Method in class net.sf.adatagenerator.util.MappedStringListsFile
 
createPermutationMap() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
Creates a permutation map of group members that can be used to form pairs of group members.
createStringGenerator(FieldDependencyManager<B>, String, String) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
 
createUniformlyWeightedSourceList(List<CMSource<T>>) - Static method in class net.sf.adatagenerator.core.CompositeSource
 
createUniqueName() - Static method in class net.sf.adatagenerator.core.DefaultNamedInstance
 
CreationException - Exception in net.sf.adatagenerator.api
 
CreationException() - Constructor for exception net.sf.adatagenerator.api.CreationException
 
CreationException(String) - Constructor for exception net.sf.adatagenerator.api.CreationException
 
CreationException(Throwable) - Constructor for exception net.sf.adatagenerator.api.CreationException
 
CreationException(String, Throwable) - Constructor for exception net.sf.adatagenerator.api.CreationException
 

D

decompressBitString(String) - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
Deprecated.  
DECOMPRESSED_RADIX - Static variable in class net.sf.adatagenerator.pred.PredicateCorrelation
Deprecated.  
DeDuplicater<T> - Class in net.sf.adatagenerator.core
 
DeDuplicater() - Constructor for class net.sf.adatagenerator.core.DeDuplicater
 
DEFAULT_CONFIG_FILE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
The default configuration file
DEFAULT_DECISION - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
 
DEFAULT_DISTRIBUTION - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
The default distribution of group sizes
DEFAULT_FREQUENCY_WEIGHT - Static variable in interface net.sf.adatagenerator.mutators.Mutator
Deprecated. Default frequency weight
DEFAULT_IMPACT_WEIGHT - Static variable in interface net.sf.adatagenerator.mutators.Mutator
Deprecated. Default impact weight
DEFAULT_INITIAL_ID - Static variable in interface net.sf.adatagenerator.api.Group
 
DEFAULT_MAX - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
 
DEFAULT_MAX_CHANGES - Static variable in class net.sf.adatagenerator.modifiers.RandomPairModifier
 
DEFAULT_MAX_SIZE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
 
DEFAULT_MIN - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
 
DEFAULT_MIN - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
The default smallest size for a group
DEFAULT_MIN_CHANGES - Static variable in class net.sf.adatagenerator.modifiers.RandomPairModifier
 
DEFAULT_MIN_SIZE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
 
DEFAULT_TYPE - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
 
DefaultBeanCreator<B> - Class in net.sf.adatagenerator.core
 
DefaultBeanCreator(GeneratorMap<B>) - Constructor for class net.sf.adatagenerator.core.DefaultBeanCreator
 
DefaultCloneableBean<T> - Class in net.sf.adatagenerator.core
 
DefaultCloneableBean(T) - Constructor for class net.sf.adatagenerator.core.DefaultCloneableBean
 
DefaultFieldDependency<B> - Class in net.sf.adatagenerator.core
A default implementation of a FieldDependency.
DefaultFieldDependencyManager<B> - Class in net.sf.adatagenerator.core
A DefaultFieldDependencyManager is used during the construction of a FieldGeneratorMap in order to calculate the sequence in which FieldGenerators should be invoked on a new Bean.
DefaultFieldDependencyManager() - Constructor for class net.sf.adatagenerator.core.DefaultFieldDependencyManager
 
DefaultFrequencyBasedGenerator<B,F> - Class in net.sf.adatagenerator.core
A generator that randomly creates field values based on a specified frequency-based list.
DefaultFrequencyBasedGenerator(String, FieldDependencyManager<B>, FrequencyBasedListFactory<F>) - Constructor for class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
Constructs a frequency based generator for the specified field name with no field dependencies.
DefaultFrequencyBasedGenerator(FieldDependency<B>, FrequencyBasedListFactory<F>) - Constructor for class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
Constructs a frequency based generator for the specified field name with a specified field dependency.
DefaultGroup<T> - Class in net.sf.adatagenerator.core
 
DefaultGroup() - Constructor for class net.sf.adatagenerator.core.DefaultGroup
 
DefaultGroup(int) - Constructor for class net.sf.adatagenerator.core.DefaultGroup
 
DefaultGroupSource<B> - Class in net.sf.adatagenerator.core
A template class that defines methods for a source of modifiable pairs.
DefaultGroupSource(GroupCreator<B>, Class<B>, GeneratorMap<B>) - Constructor for class net.sf.adatagenerator.core.DefaultGroupSource
Creates a source of pairs.
DefaultGroupSource(GroupCreator<B>, Class<B>, GeneratorMap<B>, int, int, String) - Constructor for class net.sf.adatagenerator.core.DefaultGroupSource
Creates a source of pairs that uses the specified group settings; i.e.
DefaultGroupSource(GroupCreator<B>, Class<? extends B>, GeneratorMap<B>, Properties, GeneratedPair.GeneratedDecision) - Constructor for class net.sf.adatagenerator.core.DefaultGroupSource
Creates a new source of pairs.
DefaultMappedListsRegistry - Class in net.sf.adatagenerator.util
 
DefaultMappedListsRegistry() - Constructor for class net.sf.adatagenerator.util.DefaultMappedListsRegistry
 
DefaultMappedListsRegistry.MappingKey - Class in net.sf.adatagenerator.util
 
DefaultMappedListsRegistry.MappingKey(String, Class<?>) - Constructor for class net.sf.adatagenerator.util.DefaultMappedListsRegistry.MappingKey
 
DefaultModifiablePair<R> - Class in net.sf.adatagenerator.core
 
DefaultModifiablePair(ModifiableBean<R>, ModifiableBean<R>) - Constructor for class net.sf.adatagenerator.core.DefaultModifiablePair
Creates a modifiable bean with an indeterminate current status
DefaultModifiablePair(ModifiableBean<R>, ModifiableBean<R>, PairModifier.ModificationResult) - Constructor for class net.sf.adatagenerator.core.DefaultModifiablePair
Creates a modifiable bean with the specified current status
DefaultNamedInstance - Class in net.sf.adatagenerator.core
A default implementation of the NamedInstance interface that may be used as a delegate by classes that implement extensions of the interface, such as ValueModifier, BeanModifier or PairModifier.
DefaultNamedInstance(String, String) - Constructor for class net.sf.adatagenerator.core.DefaultNamedInstance
Creates a default named instance.
DefaultNamedInstance(String, String, Comparator<String>, Comparator<NamedInstance>) - Constructor for class net.sf.adatagenerator.core.DefaultNamedInstance
Creates a default named instance with the specified comparators.
DefaultNamedInstance.DefaultNamedInstanceComparator - Class in net.sf.adatagenerator.core
A default comparator for named instances
DefaultNamedInstance.DefaultNamedInstanceComparator() - Constructor for class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultNamedInstanceComparator
 
DefaultNamedInstance.DefaultNamedInstanceComparator(Comparator<String>) - Constructor for class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultNamedInstanceComparator
 
DefaultNamedInstance.DefaultStringComparator - Class in net.sf.adatagenerator.core
A default comparator for context and name values
DefaultNamedInstance.DefaultStringComparator() - Constructor for class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultStringComparator
 
DefaultNullComparator - Class in net.sf.adatagenerator.util
Compares two Comparable objects.
DefaultNullComparator() - Constructor for class net.sf.adatagenerator.util.DefaultNullComparator
 
DefaultPairModifier<T,P extends ModifiablePair<T>> - Class in net.sf.adatagenerator.modifiers
 
DefaultPairModifier(BeanModifier<T>) - Constructor for class net.sf.adatagenerator.modifiers.DefaultPairModifier
 
DefaultPairModifier(String, String, BeanModifier<T>) - Constructor for class net.sf.adatagenerator.modifiers.DefaultPairModifier
 
defaultStringComparator - Variable in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultNamedInstanceComparator
 
DefaultSynthesizedPair<R> - Class in net.sf.adatagenerator.core
An extension of the DefaultPair class designed for processing and annotating pairs of objects.
DefaultSynthesizedPair(CMPair<R>, GeneratedPair.GeneratedDecision) - Constructor for class net.sf.adatagenerator.core.DefaultSynthesizedPair
 
DefaultSynthesizedPair(CMPair<R>, GeneratedPair.GeneratedDecision, Properties) - Constructor for class net.sf.adatagenerator.core.DefaultSynthesizedPair
 
DEPENDENCYKEY_GROUPCREATOR - Static variable in interface net.sf.adatagenerator.api.GroupCreator
 
determineCulture(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
This method determines culture by first checking for an explicit culture setting in the dependencyValues map.
determineGender(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
This method determines gender by first checking for an explicit gender setting in the dependencyValues map.
duplicate(String, int, FebrlPairIdGenerator.TYPE) - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
 
duplicate(String, int, String, HashMap<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
 

E

equals(Object) - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
 
equals(Object) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry.MappingKey
 
errorChar(Object) - Static method in class net.sf.adatagenerator.modifiers.ModifierUtilities
 
errorChar(Object) - Static method in class net.sf.adatagenerator.mutators.Utilities
Deprecated.  
errorPosition(String, int) - Static method in class net.sf.adatagenerator.modifiers.ModifierUtilities
 
errorPosition(String, int) - Static method in class net.sf.adatagenerator.mutators.Utilities
Deprecated.  
evaluate(CMPair<? extends R>) - Method in class net.sf.adatagenerator.pred.AbstractPredicate
Deprecated.  
evaluate(CMPair<? extends R>) - Method in interface net.sf.adatagenerator.pred.Predicate
Deprecated. Evaluates whether a pair of records satisfies this predicate.
evaluateFieldValues(F, F) - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
Deprecated.  
evaluateFieldValues(String, String) - Method in class net.sf.adatagenerator.pred.StringPredicate
Deprecated.  
evaluateFieldValues(String, String) - Method in class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
Deprecated.  
evaluateFieldValues(String, String) - Method in class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
Deprecated.  
evaluateRecords(R, R) - Method in class net.sf.adatagenerator.pred.AbstractPredicate
Deprecated.  
evaluateRecords(R, R) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
Deprecated.  
evaluateRecords(R, R) - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
Deprecated.  
EvaluationException - Exception in net.sf.adatagenerator.api
Deprecated. Moved to the com.choicemaker.correlation package
EvaluationException() - Constructor for exception net.sf.adatagenerator.api.EvaluationException
Deprecated.  
EvaluationException(String) - Constructor for exception net.sf.adatagenerator.api.EvaluationException
Deprecated.  
EvaluationException(Throwable) - Constructor for exception net.sf.adatagenerator.api.EvaluationException
Deprecated.  
EvaluationException(String, Throwable) - Constructor for exception net.sf.adatagenerator.api.EvaluationException
Deprecated.  
ExactMatchPredicate<E extends Enum<E>,R> - Class in net.sf.adatagenerator.pred
Deprecated. Moved to the com.choicemaker.correlation.predicates package
ExactMatchPredicate(String, Method, Set<E>) - Constructor for class net.sf.adatagenerator.pred.ExactMatchPredicate
Deprecated. Constructs a predicate that checks the field values of two records for exact equality.
ExactMatchPredicate(String, Class<? extends R>, String, CMReflectionUtils.ACCESSOR_PREFIX, Set<E>) - Constructor for class net.sf.adatagenerator.pred.ExactMatchPredicate
Deprecated.  
ExportablePredicate<E extends Enum<E>,R> - Interface in net.sf.adatagenerator.pred
Deprecated. Moved to the com.choicemaker.correlation package
ExportablePredicate.CLUEMAKER_RECORD_VARIABLES - Enum in net.sf.adatagenerator.pred
Deprecated.  
exportEvaluationLogicAsString(E) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
Deprecated.  
exportEvaluationLogicAsString(E) - Method in interface net.sf.adatagenerator.pred.ExportablePredicate
Deprecated.  
exportEvaluationLogicAsString(PredicateExporter.EXPORT_TYPE_JAVA) - Method in class net.sf.adatagenerator.pred.StringPredicate
Deprecated. Subclasses shouldn't need to override this method; instead they should override one of the delegate methods:
  • StringPredicate.exportEvaluationLogicToClueMaker()
  • #exportEvaluationLogicToNonChoiceMaker(EXPORT_TYPE_JAVA)
    exportEvaluationLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated. The default method for handling any export format named ExactMatchPredicate.CLUEMAKER_25X.
    exportEvaluationLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated. This method always throws an ExportException.
    exportEvaluationLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
    Deprecated.  
    exportEvaluationLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
    Deprecated.  
    exportEvaluationLogicToNonChoiceMaker(E) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated. This method always throws an ExportException.
    exportEvaluationLogicToNonChoiceMaker(PredicateExporter.EXPORT_TYPE_JAVA) - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated. This method always throws an ExportException.
    ExportException - Exception in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    ExportException() - Constructor for exception net.sf.adatagenerator.pred.ExportException
    Deprecated.  
    ExportException(String) - Constructor for exception net.sf.adatagenerator.pred.ExportException
    Deprecated.  
    ExportException(Throwable) - Constructor for exception net.sf.adatagenerator.pred.ExportException
    Deprecated.  
    ExportException(String, Throwable) - Constructor for exception net.sf.adatagenerator.pred.ExportException
    Deprecated.  
    exportValidityLogicAsString(E) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    exportValidityLogicAsString(E) - Method in interface net.sf.adatagenerator.pred.ExportablePredicate
    Deprecated.  
    exportValidityLogicAsString(PredicateExporter.EXPORT_TYPE_JAVA) - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated. Subclasses shouldn't need to override this method; instead they should override one of the delegate methods:
  • StringPredicate.exportValidityLogicToClueMaker()
  • #exportValidityLogicToNonChoiceMaker(EXPORT_TYPE_JAVA)
    exportValidityLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated. The default method for handling any export format named ExactMatchPredicate.CLUEMAKER_25X.
    exportValidityLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated. This method always throws an ExportException.
    exportValidityLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
    Deprecated.  
    exportValidityLogicToClueMaker() - Method in class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
    Deprecated.  
    exportValidityLogicToNonChoiceMaker(E) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated. This method always throws an ExportException.
    exportValidityLogicToNonChoiceMaker(PredicateExporter.EXPORT_TYPE_JAVA) - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated. This method always throws an ExportException.

  • F

    FEBRL_DATA_PACKAGE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The package containing default Febrl data file
    FEBRL_RULE_PACKAGE - Static variable in class net.sf.adatagenerator.febrl.modifiers.FebrlModifierUtilities
    The package containing default Febrl rule definitions
    FebrlAbstractMutator<T> - Class in net.sf.adatagenerator.febrl.mutators
    Deprecated. see FebrlDataDrivenModifier
    FebrlAbstractMutator() - Constructor for class net.sf.adatagenerator.febrl.mutators.FebrlAbstractMutator
    Deprecated.  
    FebrlAgeGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlAgeGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
     
    FebrlAgeGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
     
    FebrlAgeGenerator(String, ClassLoader, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
     
    FebrlBirthDateGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlBirthDateGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
    Constructs a birth date generator with a default field dependency appropriate to the Febrl generator model.
    FebrlBirthDateGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
    Constructs a birth date generator with a specified field dependency.
    FebrlDataDrivenModifier<T> - Class in net.sf.adatagenerator.febrl.modifiers
     
    FebrlDataDrivenModifier(Class<T>) - Constructor for class net.sf.adatagenerator.febrl.modifiers.FebrlDataDrivenModifier
     
    FebrlFamilyRoleGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
    HACKED! This implementation randomly generates a family of some size and then generates members within that family.
    FebrlFamilyRoleGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    FebrlFamilyRoleGenerator(int, int, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    FebrlFamilyRoleGenerator.CHILDREN - Enum in net.sf.adatagenerator.febrl.generators
     
    FebrlFamilyRoleGenerator.PARENTS - Enum in net.sf.adatagenerator.febrl.generators
     
    FebrlFirstNameGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
    Generates a first name based culture, gender and family role.
    FebrlFirstNameGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
    Constructs a first name generator with a default field dependency appropriate to the Febrl generator model.
    FebrlFirstNameGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
    Constructs a first name generator with a specified field dependency that is constructed from a default first-name frequency map.
    FebrlFirstNameGenerator(String, String, ClassLoader, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
    Constructs a first name generator with a specified field dependency that is constructed from a specified first-name frequency map.
    FebrlGenderGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlGenderGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    FebrlGenderGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    FebrlGenderGenerator(String, ClassLoader, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    FebrlGeneratorConfiguration - Class in net.sf.adatagenerator.febrl.generators
    A set of properties used to configure Febrl record, group, and pair generators.
    FebrlGeneratorConfiguration() - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
    Constructs a default configuration.
    FebrlGeneratorConfiguration(String) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
    Constructs an application-specific configuration.
    FebrlGeneratorMap<B> - Class in net.sf.adatagenerator.febrl.generators
    A map of Febrl generators to bean fields.
    FebrlGeneratorMap(FebrlGeneratorConfiguration) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGeneratorMap
     
    FebrlGeneratorUtilities - Class in net.sf.adatagenerator.febrl.generators
    Definitions of field names, data files, and methods for reading data files and creating generators.
    FebrlGroupIdGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlGroupIdGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    FebrlGroupIdGenerator(FieldDependencyManager<B>, FebrlGeneratorConfiguration) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    FebrlGroupIdGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    FebrlGroupIdGenerator(FieldDependency<B>, FebrlGeneratorConfiguration) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    FebrlLastNameGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlLastNameGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    FebrlLastNameGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    FebrlLastNameGenerator(String, String, ClassLoader, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    FebrlModifierUtilities - Class in net.sf.adatagenerator.febrl.modifiers
     
    FebrlPairIdGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlPairIdGenerator(FebrlGeneratorConfiguration, FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    FebrlPairIdGenerator(FebrlGeneratorConfiguration, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    FebrlPairIdGenerator.TYPE - Enum in net.sf.adatagenerator.febrl.generators
     
    FebrlRecordIdGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlRecordIdGenerator(FebrlGeneratorConfiguration, FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     
    FebrlRecordIdGenerator(FebrlGeneratorConfiguration, FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     
    FebrlRoleGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
    Roles depend on the group for which they are being generated, therefore this class is abstract and must be sub-classed for each group that uses a role generator.
    FebrlRoleGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlRoleGenerator
     
    FebrlTitleGenerator<B> - Class in net.sf.adatagenerator.febrl.generators
     
    FebrlTitleGenerator(FieldDependencyManager<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
    Constructs a title generator with a default field dependency appropriate to the Febrl generator model.
    FebrlTitleGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
    Constructs a title generator with a specified field dependency.
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlRoleGenerator
     
    FIELD_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    FIELD_NAME_ADDRESS - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The default name of the street address field
    FIELD_NAME_CULTURE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The default name of the culture field
    FIELD_NAME_POSTCODE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The default name of the address postal code field
    FIELD_NAME_STATE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The default name of the address state field
    FIELD_NAME_STREET_NUMBER - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The default name of the address street number field
    FieldDependency<B> - Interface in net.sf.adatagenerator.api
     
    FieldDependencyManager<B> - Interface in net.sf.adatagenerator.api
    A DefaultFieldDependencyManager is used during the construction of a FieldGeneratorMap in order to calculate the sequence in which FieldGenerators should be invoked on a new Bean.
    FieldGenerator<B,F> - Interface in net.sf.adatagenerator.api
    An object that generates values of type F for a bean of type B.
    FieldGeneratorChain<B,F> - Class in net.sf.adatagenerator.core
     
    FieldGeneratorChain(FieldGenerator<B, F>) - Constructor for class net.sf.adatagenerator.core.FieldGeneratorChain
     
    FieldMutator - Class in net.sf.adatagenerator.mutators
    Deprecated.  
    FieldMutator() - Constructor for class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    formPattern(String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    formPattern(String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    formPattern(String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    formPattern(String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    FrequencyBasedList<E> - Class in net.sf.adatagenerator.util
     
    FrequencyBasedList(Comparator<? super E>) - Constructor for class net.sf.adatagenerator.util.FrequencyBasedList
     
    FrequencyBasedList(Iterable<E>, Comparator<? super E>) - Constructor for class net.sf.adatagenerator.util.FrequencyBasedList
     
    FrequencyBasedList(Map<E, Integer>, Comparator<? super E>) - Constructor for class net.sf.adatagenerator.util.FrequencyBasedList
     
    FrequencyBasedListFactory<V> - Interface in net.sf.adatagenerator.util
     
    FrequencyBasedListStatistics<V> - Class in net.sf.adatagenerator.util
     
    FrequencyBasedListStatistics(V, V, int, V, int, V, int, int, int, int) - Constructor for class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    frequencyWeight - Variable in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  

    G

    gatherPredicate(ExportablePredicate<E, R>) - Method in interface net.sf.adatagenerator.pred.PredicateExporter
    Deprecated.  
    generateCultureGenderBasedValue(String, String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    GeneratedBean - Interface in net.sf.adatagenerator.api
    A bean that has a set of properties that pertain to the generation of the bean.
    GeneratedBeanProperties - Class in net.sf.adatagenerator.core
    A delegate for generated beans that handles the property-related operations declared by the GeneratedBean interface.
    GeneratedBeanProperties() - Constructor for class net.sf.adatagenerator.core.GeneratedBeanProperties
     
    GeneratedBeanProperties(Properties) - Constructor for class net.sf.adatagenerator.core.GeneratedBeanProperties
     
    GeneratedGroupBean - Interface in net.sf.adatagenerator.api
    An interface that isn't being used yet, but which might be useful in expressing how a generator works.
    GeneratedPair<R> - Interface in net.sf.adatagenerator.api
    A pair of objects that has a set of properties that pertain to the generation of the pair.
    GeneratedPair.GeneratedDecision - Enum in net.sf.adatagenerator.api
     
    generateGroup() - Method in interface net.sf.adatagenerator.api.HierarchicalGroup.HierarchicalGroupGenerator
     
    generateRandom() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
    Generates a random value from the frequency-based list.
    generateValue(Map<String, Object>) - Method in interface net.sf.adatagenerator.api.FieldGenerator
     
    generateValue(Map<String, Object>) - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
    A template method.
    generateValue(Map<String, Object>) - Method in class net.sf.adatagenerator.core.FieldGeneratorChain
    Subclasses must override this method; for example, by modifying the dependencyValues and then invoking the delegate.
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
    Subclasses should implement this method to generate a value.
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
    Subclasses may need to override this method.
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.core.NullFieldGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
    If possible, names will be generated generated from the culture, and gender values specified by the dependencyValues map.
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     
    generateValueImpl(Map<String, Object>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    GenerationException - Exception in net.sf.adatagenerator.api
     
    GenerationException() - Constructor for exception net.sf.adatagenerator.api.GenerationException
     
    GenerationException(String) - Constructor for exception net.sf.adatagenerator.api.GenerationException
     
    GenerationException(Throwable) - Constructor for exception net.sf.adatagenerator.api.GenerationException
     
    GenerationException(String, Throwable) - Constructor for exception net.sf.adatagenerator.api.GenerationException
     
    GeneratorMap<B> - Interface in net.sf.adatagenerator.api
    A registry of field generators for bean.
    get(int) - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getAccessorMethods(Class<Q>) - Static method in class net.sf.adatagenerator.core.DefaultBeanCreator
    Returns a list of methods with signatures like "Object getXxx()"
    getActivePredicates(CMPair<? extends R>) - Method in interface net.sf.adatagenerator.pred.PredicateSet
    Deprecated.  
    getAgeGenerator() - Method in class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
     
    getAgeGenerator() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    getaLeastFrequentValue() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getAllPredicates() - Method in interface net.sf.adatagenerator.pred.PredicateSet
    Deprecated.  
    getaMostFrequentValue() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getAttachedSink() - Method in class net.sf.adatagenerator.core.AbstractTransformingSink
     
    getAttachedSource() - Method in class net.sf.adatagenerator.core.AbstractTransformingSource
     
    getBeanModifier() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getBeanModifiers() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getBeanModifiers() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getBufferedReader(ClassLoader, String) - Static method in class net.sf.adatagenerator.util.ResourceUtil
    A general convenience utility that opens a buffered reader to the specified, fully qualified resource name using the specified class loader
    getClassLoader() - Method in class net.sf.adatagenerator.util.IntegerFrequencyFile
     
    getClassLoader() - Method in class net.sf.adatagenerator.util.StringFrequencyFile
     
    getCloneableInternal() - Method in class net.sf.adatagenerator.core.DefaultCloneableBean
    Provides unchecked access to the cloneable member
    getComparator() - Static method in class net.sf.adatagenerator.util.DefaultNullComparator
     
    getConfiguration() - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    getConfiguration() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    getContext() - Method in interface net.sf.adatagenerator.api.NamedInstance
    The context in which this instance is named.
    getContext() - Method in class net.sf.adatagenerator.core.AbstractValueModifier
     
    getContext() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getContext() - Method in class net.sf.adatagenerator.core.DefaultNamedInstance
     
    getContext() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getContext() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getContext() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getContext() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getContext() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getContext() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getContextComparator() - Method in interface net.sf.adatagenerator.api.NamedInstance
     
    getContextComparator() - Method in class net.sf.adatagenerator.core.AbstractValueModifier
     
    getContextComparator() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getContextComparator() - Method in class net.sf.adatagenerator.core.DefaultNamedInstance
     
    getContextComparator() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getContextComparator() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getContextComparator() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getContextComparator() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getContextComparator() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getContextComparator() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getCountLeastFrequentValues() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getCountMostFrequentValues() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getCounts() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated. Provides a snapshot of the current correlation counts.
    getCountsInternal() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated. Provides unrestricted access to the counts map
    getCultureGenerator() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    getCultureGenerator() - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    getCurrentFamilySize() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    getCurrentMember() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    getCurrentMemberAsString() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    getCurrentStatus() - Method in interface net.sf.adatagenerator.api.ModifiablePair
    Returns the result of the last modification to this instance.
    getCurrentStatus() - Method in class net.sf.adatagenerator.core.DefaultModifiablePair
     
    getCurrentStatus() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    getDefaultDecision() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
     
    getDefaultMaximum() - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getDefaultMinimum() - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getDelegate() - Method in class net.sf.adatagenerator.core.FieldGeneratorChain
     
    getDelta() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getDependencies() - Method in interface net.sf.adatagenerator.api.FieldDependency
    Returns an unmodifiable copy of the dependencies of this field
    getDependencies() - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
    Returns an unmodifiable copy of the dependencies of this field
    getDependency() - Method in interface net.sf.adatagenerator.api.FieldGenerator
     
    getDependency() - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
     
    getDependency() - Method in class net.sf.adatagenerator.core.FieldGeneratorChain
    Subclasses must override this method; for example, by returning the dependency of the delegate.
    getDistinctValues() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getDistinctValues() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getElementType() - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry.MappingKey
     
    getEvaluator() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated.  
    getExportType() - Method in interface net.sf.adatagenerator.pred.PredicateExporter
    Deprecated.  
    getExportWriter() - Method in interface net.sf.adatagenerator.pred.PredicateExporter
    Deprecated.  
    getFebrlDataReader(String) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    A Febrl-specific utility that uses a default class loader to open a buffered reader for a Febrl-specific resource.
    getFebrlRuleReader(String) - Static method in class net.sf.adatagenerator.febrl.modifiers.FebrlModifierUtilities
    A Febrl-specific utility that uses a default class loader to open a buffered reader for a Febrl-specific resource.
    getFieldAccessor() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getFieldAccessor() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getFieldAccessor() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getFieldAccessor() - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    getFieldAccessor() - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    getFieldDependency(String) - Method in interface net.sf.adatagenerator.api.FieldDependencyManager
     
    getFieldDependency(String) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
     
    getFieldDependencyManager() - Method in interface net.sf.adatagenerator.api.FieldDependency
     
    getFieldDependencyManager() - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
     
    getFieldGeneratorMapChecked() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    Provides validated, read-only access to the map maintained by this instance.
    getFieldGeneratorMapUnchecked() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    Provides unrestricted access to the map maintained by this instance while the map is being built.
    getFieldGeneratorRegistry() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
     
    getFieldMutator() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getFieldMutator() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getFieldMutator() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getFieldName() - Method in interface net.sf.adatagenerator.api.FieldDependency
     
    getFieldName() - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
     
    getFieldNameStem() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getFieldNameStem() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getFieldNameStem() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getFieldNameStem() - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    getFieldNameStem() - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    getFieldType() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getFieldType() - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    getFirstNameCultureSexLookupDict() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    getFlatDistribution() - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
     
    getFlatDistribution() - Method in class net.sf.adatagenerator.febrl.modifiers.FebrlDataDrivenModifier
     
    getFlatDistribution() - Method in class net.sf.adatagenerator.febrl.mutators.FebrlAbstractMutator
    Deprecated.  
    getFrequencyBasedList() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getFrequencyBasedListFactory() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getFrequencyWeight() - Method in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    getFullyQualifiedDataName(String) - Static method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    Returns a fully qualified name of a default data file
    getFullyQualifiedLookupName() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    getFullyQualifiedLookupName() - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    getFullyQualifiedResourceName() - Method in class net.sf.adatagenerator.util.IntegerFrequencyFile
     
    getFullyQualifiedResourceName() - Method in class net.sf.adatagenerator.util.StringFrequencyFile
     
    getFullyQualifiedRuleName(String) - Static method in class net.sf.adatagenerator.febrl.modifiers.FebrlModifierUtilities
    Returns the fully qualified name of a default rule definition
    getGenderGenerator() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    getGenderGenerator() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    getGenderValues() - Method in class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    getGeneratedDecision() - Method in interface net.sf.adatagenerator.api.GeneratedPair
     
    getGeneratedDecision() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    getGeneratorMap() - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
     
    getGroupCreator() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
     
    getGroupNames() - Method in interface net.sf.adatagenerator.api.GeneratedGroupBean
     
    getGroupParameterValue(Group<T>, Class<V>, String) - Method in interface net.sf.adatagenerator.api.GeneratedGroupBean
     
    getHighestCount() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getId() - Method in interface net.sf.adatagenerator.api.Group
     
    getId() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getImpactWeight() - Method in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    getInstance(String) - Method in interface net.sf.adatagenerator.api.GeneratorMap
    Returns the specified generator from this map, or null if a generator has not been registered for the specified field name.
    getInstance(String) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
     
    getIntPropertyValue(Properties, String) - Static method in class net.sf.adatagenerator.core.DefaultGroupSource
    Utility method that looks a property with a given name in the specified set of properties and parses the value to an int.
    getIntPropertyValue(Properties, String, int) - Static method in class net.sf.adatagenerator.core.DefaultGroupSource
    Utility method that looks a property with a given name in the specified set of properties and parses the value to an int.
    getLastNameCultureLookupDict() - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    getLeastFrequentValues() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getLeastFrequentValues() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getList(String, String, Class<V>) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
     
    getList(String, String, Class<V>) - Method in interface net.sf.adatagenerator.util.ListsRegistry
     
    getListComparator() - Method in interface net.sf.adatagenerator.util.FrequencyBasedListFactory
    The comparator used to compare elements in the lists created by this factory.
    getListComparator() - Method in class net.sf.adatagenerator.util.IntegerFrequencyFile
     
    getListComparator() - Method in class net.sf.adatagenerator.util.StringFrequencyFile
     
    getLowestCount() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getMapping(String, Class<V>) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
     
    getMapping(String, Class<V>) - Method in interface net.sf.adatagenerator.util.ListsRegistry
     
    getMappingName() - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry.MappingKey
     
    getMappings() - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
     
    getMax(Properties) - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getMaxChangesPerBean() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getMaximumValue() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getMaximumValue() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getMaxSize() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    getMaxValue() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getMemberNames() - Method in interface net.sf.adatagenerator.api.GeneratorMap
    Provides unchecked, read-only access to the (unordered) set of names of the fields maintained by this instance.
    getMemberNames() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
     
    getMin(Properties) - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getMinChangesPerBean() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getMinimumValue() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getMinimumValue() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getMinSize() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    getMinValue() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getModifierMethods(Class<Q>) - Static method in class net.sf.adatagenerator.core.DefaultBeanCreator
    Returns a list of methods with signatures like "void set(Xxx)"
    getMostFrequentValues() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getMostFrequentValues() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getName() - Method in interface net.sf.adatagenerator.api.Group
     
    getName() - Method in interface net.sf.adatagenerator.api.NamedInstance
    Implementing classes should return a name that will be comparable within some context
    getName() - Method in class net.sf.adatagenerator.core.AbstractValueModifier
     
    getName() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getName() - Method in class net.sf.adatagenerator.core.DefaultNamedInstance
     
    getName() - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    getName() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getName() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getName() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getName() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getName() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getName() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getName() - Method in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    getName() - Method in class net.sf.adatagenerator.pred.AbstractPredicate
    Deprecated.  
    getName() - Method in interface net.sf.adatagenerator.pred.Predicate
    Deprecated.  
    getName() - Method in interface net.sf.adatagenerator.pred.PredicateSet
    Deprecated.  
    getNameDelegate() - Method in class net.sf.adatagenerator.core.AbstractValueModifier
     
    getNameDelegate() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getNameDelegate() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getNameDelegate() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getNameDelegate() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getNameDelegate() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getNameDelegate() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getNamedGroupId(String, int) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    getNamedInstanceComparator() - Method in interface net.sf.adatagenerator.api.NamedInstance
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.core.AbstractValueModifier
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.core.DefaultNamedInstance
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getNamedInstanceComparator() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getNumberOfValues() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getPairs(HierarchicalGroup<T>) - Method in interface net.sf.adatagenerator.core.PairGenerator
     
    getParam(String) - Method in interface net.sf.adatagenerator.api.Group
     
    getParam(String) - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getParameters() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
     
    getParams() - Method in interface net.sf.adatagenerator.api.Group
     
    getParams() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getPermutationMap() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Returns the current permutation map.
    getPredicates() - Method in class net.sf.adatagenerator.core.SimpleCorrelationEvaluator
    Deprecated. Returns an unmodifiable set of predicates whose iteration order reflects the iteration order of this evaluator.
    getPredicateSet() - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated.  
    getPredicatesInternal() - Method in class net.sf.adatagenerator.core.SimpleCorrelationEvaluator
    Deprecated. Provides unrestricted access to subclasses to the predicates of this instance.
    getProperties() - Method in interface net.sf.adatagenerator.api.GeneratedBean
    Returns a copy of this bean's properties.
    getProperties() - Method in interface net.sf.adatagenerator.api.GeneratedPair
    Returns a copy of this object's properties.
    getProperties() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    getProperties() - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
    Provides a copy of the properties of this instance.
    getProperties() - Method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    getPropertiesInternal() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
    Provides unrestricted access to the properties member
    getPropertiesInternal() - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
    Provides subclasses with unrestricted access to the properties of this instance.
    getProperty(String) - Method in interface net.sf.adatagenerator.api.GeneratedBean
    Searches for the property with the specified name in the properties of this bean.
    getProperty(String) - Method in interface net.sf.adatagenerator.api.GeneratedPair
    Searches for the property with the specified name in the properties of this object.
    getProperty(String) - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    getProperty(String) - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
     
    getProperty(String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    getPropertyName(String) - Static method in class net.sf.adatagenerator.core.DefaultBeanCreator
    For method names like "setXxx" or "getXxx", returns the stem "Xxx"; otherwise returns an empty String ("").
    getRandom() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    getRandom() - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    getRandom() - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
     
    getRandom() - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    getRandom() - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
     
    getRandom() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getRandomElement(String, String, Class<V>) - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry
     
    getRandomElement(String, String, Class<V>) - Method in interface net.sf.adatagenerator.util.ListsRegistry
     
    getRecords() - Method in interface net.sf.adatagenerator.api.Group
     
    getRecords() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getRelativeFrequencies() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getRelativeFrequencies() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getReverseDependencies() - Method in interface net.sf.adatagenerator.api.FieldDependency
    Returns an unmodifiable copy of the dependencies on this field
    getReverseDependencies() - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
    Returns an unmodifiable copy of the dependencies on this field
    getRoleField() - Method in interface net.sf.adatagenerator.api.GroupCreator
    Returns the field name used as a role by this group creator.
    getRoleField() - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
    Subclasses should override this method if they depend on a role field.
    getSequencedFields() - Method in interface net.sf.adatagenerator.api.GeneratorMap
    Provides validated, read-only access to the field sequence maintained by this instance.
    getSequencedFields() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
     
    getSequencedFields() - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
     
    getSequencedFieldsUnchecked() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    Provides unrestricted access to the field sequence maintained by this instance while the map is being built.
    getSexAgeLookupDictionary() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    getSignature() - Method in interface net.sf.adatagenerator.pred.PredicateSet
    Deprecated.  
    getSinks() - Method in class net.sf.adatagenerator.core.AbstractTee
     
    getSmallestAllowedMaximum() - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getSmallestAllowedMinimum() - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getSortedPredicates() - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated.  
    getState() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
     
    getSubGroupID(String, int, String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    getSubGroups() - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
     
    getSubGroups() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getSumOfCounts() - Method in class net.sf.adatagenerator.util.FrequencyBasedListStatistics
     
    getSumOfRelativeFrequencies() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    getSumOfWeights(Collection<CompositeSource.FrequencyWeightedSource<T>>) - Static method in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    getSuperGroup() - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
     
    getSuperGroup() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    getSuperGroupID(String, int, String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    getSupportedExportTypes() - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    getSupportedExportTypes() - Method in interface net.sf.adatagenerator.pred.ExportablePredicate
    Deprecated.  
    getSupportedExportTypes() - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated.  
    getSupportedExportTypes() - Method in class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
    Deprecated.  
    getSupportedExportTypes() - Method in class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
    Deprecated.  
    getTitleDictionary() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    getUncompressedBitMapLength() - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated.  
    getUniformDisribution() - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    getValueComparator() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    getValueModifier() - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    getValueModifiers() - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    getValueModifiers() - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    getValueType() - Method in interface net.sf.adatagenerator.api.ValueModifier
    An optional hint to clients that use reflection for the type of value modified by this instance.
    getValueType() - Method in class net.sf.adatagenerator.core.AbstractValueModifier
    Returns the type hint specified when this instance was constructed.
    getWeight() - Method in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    GivenNameMisspeller - Class in net.sf.adatagenerator.febrl.modifiers
     
    GivenNameMisspeller() - Constructor for class net.sf.adatagenerator.febrl.modifiers.GivenNameMisspeller
     
    GivenNameMisspeller - Class in net.sf.adatagenerator.febrl.mutators
    Deprecated. see GivenNameMisspeller
    GivenNameMisspeller() - Constructor for class net.sf.adatagenerator.febrl.mutators.GivenNameMisspeller
    Deprecated.  
    Group<T> - Interface in net.sf.adatagenerator.api
     
    GROUP_ID_SEPARATOR - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    GroupCreator<B> - Interface in net.sf.adatagenerator.api
    An object that generates a group of beans of type C.
    groupInvariant(GeneratedPair<B>) - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    A method that subclasses may implement to check the validity of a pair created by this instance.
    GroupMap - Interface in net.sf.adatagenerator.api
     

    H

    hashCode() - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    hashCode() - Method in class net.sf.adatagenerator.util.DefaultMappedListsRegistry.MappingKey
     
    hasNext() - Method in interface net.sf.adatagenerator.api.Pipe
     
    hasNext() - Method in class net.sf.adatagenerator.core.AbstractTransformingSource
     
    hasNext() - Method in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    hasNext() - Method in class net.sf.adatagenerator.core.CompositeSource
     
    hasNext() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    If this instance is open, it has a next pair.
    HierarchicalGroup<T> - Interface in net.sf.adatagenerator.api
     
    HierarchicalGroup.HierarchicalGroupGenerator<R> - Interface in net.sf.adatagenerator.api
     

    I

    impactWeight - Variable in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    incrementCurrentMember() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    incrementId() - Method in interface net.sf.adatagenerator.api.Group
     
    incrementId() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    instance - Static variable in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultNamedInstanceComparator
     
    instance - Static variable in class net.sf.adatagenerator.core.DefaultNamedInstance.DefaultStringComparator
     
    IntegerFrequencyFile - Class in net.sf.adatagenerator.util
    Initializes a frequency based list of Integer values by reading the relative frequency of the values from a csv text file of values and counts; e.g.
    IntegerFrequencyFile(ClassLoader, String) - Constructor for class net.sf.adatagenerator.util.IntegerFrequencyFile
     
    isChosen(float) - Method in interface net.sf.adatagenerator.mutators.Mutator
    Deprecated.  
    isChosen(float) - Method in class net.sf.adatagenerator.mutators.MutatorBase
    Deprecated.  
    isDataLoaded() - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
     
    isFieldValidForEvaluation(F) - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    isFieldValidForEvaluation(String) - Method in class net.sf.adatagenerator.pred.StringPredicate
    Deprecated.  
    isFieldValidForEvaluation(String) - Method in class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
    Deprecated.  
    isFieldValidForEvaluation(String) - Method in class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
    Deprecated.  
    isIdentical(T) - Method in class net.sf.adatagenerator.core.DeDuplicater
     
    isLeaf() - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
     
    isLeaf() - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    isMapBuilt() - Method in interface net.sf.adatagenerator.api.GeneratorMap
    Checks whether a map has been successfully initialized
    isMapBuilt() - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    Checks whether this instance has been properly initialized; see AbstractGeneratorMap.buildGeneratorMap(FieldDependencyManager).
    isOpen() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Checks if a GroupSource has been opened.
    isOpen() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated.  
    isRecordValidForEvaluation(R) - Method in class net.sf.adatagenerator.pred.AbstractPredicate
    Deprecated.  
    isRecordValidForEvaluation(R) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    isRecordValidForEvaluation(R) - Method in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    isValidForEvaluation(R) - Method in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    isVisited() - Method in interface net.sf.adatagenerator.api.FieldDependency
     
    isVisited() - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
     

    L

    ListsRegistry - Interface in net.sf.adatagenerator.util
     
    loadConfiguration(String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    loadData() - Method in class net.sf.adatagenerator.core.AbstractFieldGenerator
    Subclasses should implement this method to load any data required by the generator.
    loadData() - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
    Provides a default method that loads frequency-weighted values from a specified resource file.
    loadData() - Method in class net.sf.adatagenerator.core.NullFieldGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    loadData() - Method in class net.sf.adatagenerator.febrl.modifiers.FebrlDataDrivenModifier
     
    loadData() - Method in class net.sf.adatagenerator.febrl.modifiers.GivenNameMisspeller
     
    loadData() - Method in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    loadData() - Method in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    loadData() - Method in class net.sf.adatagenerator.febrl.mutators.FebrlAbstractMutator
    Deprecated.  
    loadData() - Method in class net.sf.adatagenerator.febrl.mutators.GivenNameMisspeller
    Deprecated.  
    loadData() - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    loadData() - Method in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    loadFirstNameCultureSexLookupDict() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    loadFrequencyBasedList(ClassLoader, String, String) - Static method in class net.sf.adatagenerator.util.ResourceUtil
    A utility that uses a specified class loader and fully qualified resource name to load a Febrl-style frequency-based list from a resource file.
    loadLastNameCultureLookupDict() - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    loadMappedLists(ClassLoader, String) - Static method in class net.sf.adatagenerator.util.ResourceUtil
    A utility that uses a specified class loader and fully qualified resource name to load a Febrl-style map of Strings to Lists.
    loadSexAgeLookupDict() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    loadTitleDict() - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    logger - Static variable in class net.sf.adatagenerator.core.AbstractValueModifier
     
    logger - Static variable in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    logger - Static variable in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    logger - Static variable in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    logger - Static variable in class net.sf.adatagenerator.pred.AbstractPredicate
    Deprecated.  
    logger - Static variable in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    logger - Static variable in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    logger - Static variable in class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
    Deprecated.  
    logger - Static variable in class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
    Deprecated.  
    lookUpFieldValue(Class<F>, String, String) - Method in interface net.sf.adatagenerator.api.GroupCreator
    A method that enables a group creator to customize the fields of a bean based on a role assigned to the bean.
    LOWEST_ALLOWED_CHANGES - Static variable in class net.sf.adatagenerator.modifiers.RandomPairModifier
     

    M

    m - Static variable in interface net.sf.adatagenerator.pred.ExportablePredicate
    Deprecated.  
    map(FieldGenerator<B, ?>) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    A convenience method used to build generator maps.
    map(String, FieldGenerator<B, ?>) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    A convenience method used to register a field generator to a field name.
    mapNullGenerator(FieldDependencyManager<B>, String) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
    A convenience method used to register a null object generator to a field name.
    MappedLists<V> - Class in net.sf.adatagenerator.util
     
    MappedLists() - Constructor for class net.sf.adatagenerator.util.MappedLists
     
    MappedListsFactory<V> - Interface in net.sf.adatagenerator.util
     
    MappedStringListsFile - Class in net.sf.adatagenerator.util
     
    MappedStringListsFile(ClassLoader, String) - Constructor for class net.sf.adatagenerator.util.MappedStringListsFile
     
    matchPattern(String, String, String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    matchPattern(String, String, String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    matchPattern(String, String, String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    matchPattern(String, String, String, String, String, String, String) - Method in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    mFld - Variable in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    mFld - Variable in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    MINIMUM_BASIS - Static variable in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    MINIMUM_MIN - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
    The smallest valid size for a group
    ModifiableBean<R> - Interface in net.sf.adatagenerator.api
    A template for the client in a visitor pattern.
    ModifiablePair<R> - Interface in net.sf.adatagenerator.api
    A template for the client in a visitor pattern.
    ModificationException - Exception in net.sf.adatagenerator.api
     
    ModificationException() - Constructor for exception net.sf.adatagenerator.api.ModificationException
     
    ModificationException(String) - Constructor for exception net.sf.adatagenerator.api.ModificationException
     
    ModificationException(Throwable) - Constructor for exception net.sf.adatagenerator.api.ModificationException
     
    ModificationException(String, Throwable) - Constructor for exception net.sf.adatagenerator.api.ModificationException
     
    ModifierUtilities - Class in net.sf.adatagenerator.modifiers
     
    ModifierUtilities() - Constructor for class net.sf.adatagenerator.modifiers.ModifierUtilities
     
    modifyBean(T) - Method in interface net.sf.adatagenerator.api.BeanModifier
    Modifies the specified bean.
    modifyBean(S) - Method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    modifyBean(String, Method, Method, ValueModifier<F>, R) - Static method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    modifyBean(R) - Method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    modifyBean(String, Method, Method, Iterable<ValueModifier<F>>, R) - Static method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    modifyBean(R) - Method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    modifyBean(String, Method, Method, Iterable<ValueModifier<F>>, R) - Static method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    modifyBeanInternal(String, Method, Method, ValueModifier<F>, R) - Static method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
     
    modifyBeanInternal(String, Method, Method, Iterable<ValueModifier<F>>, R) - Static method in class net.sf.adatagenerator.modifiers.CompositeBeanFieldModifier
    Deprecated.  
    modifyBeanInternal(String, Method, Method, Iterable<ValueModifier<F>>, R) - Static method in class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    modifyPair(P) - Method in interface net.sf.adatagenerator.api.PairModifier
    Modifies the target and updates its current status.
    modifyPair(P) - Method in class net.sf.adatagenerator.modifiers.CompositePairModifier
     
    modifyPair(P) - Method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
    Randomly modifies either the left or right member of the target pair.
    modifyPair(BeanModifier<T>, P, boolean) - Static method in class net.sf.adatagenerator.modifiers.DefaultPairModifier
    Deterministically modifies either the left or right member of the target pair.
    modifyPair(P) - Method in class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    modifyValue(V) - Method in interface net.sf.adatagenerator.api.ValueModifier
    Modifies and returns the specified value
    modifyValue(String) - Method in class net.sf.adatagenerator.febrl.modifiers.CharInserter
     
    modifyValue(T) - Method in class net.sf.adatagenerator.febrl.modifiers.FebrlDataDrivenModifier
     
    modifyValue(String) - Method in class net.sf.adatagenerator.febrl.modifiers.GivenNameMisspeller
     
    modifyValue(String) - Method in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    modifyValue(String) - Method in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    modifyValue(String) - Method in class net.sf.adatagenerator.febrl.modifiers.Transpositioner
     
    modifyValue(Object) - Method in class net.sf.adatagenerator.febrl.mutators.CharInserter
    Deprecated.  
    modifyValue(Object) - Method in class net.sf.adatagenerator.febrl.mutators.GivenNameMisspeller
    Deprecated.  
    modifyValue(Object) - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    modifyValue(Object) - Method in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    modifyValue(Object) - Method in class net.sf.adatagenerator.febrl.mutators.Transpositioner
    Deprecated.  
    modifyValue(T) - Method in class net.sf.adatagenerator.modifiers.NoChangeValueModifier
     
    modifyValue(T) - Method in class net.sf.adatagenerator.modifiers.NullValueModifier
     
    modifyValue(Object) - Method in interface net.sf.adatagenerator.mutators.Mutator
    Deprecated. The name of the mutator
    modifyValue(Object) - Method in class net.sf.adatagenerator.mutators.SequenceMutator
    Deprecated.  
    mutate(B, GeneratorMap<B>, List<String>, Logger) - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    Mutate - Annotation Type in net.sf.adatagenerator.mutators
    Deprecated.  
    Mutator<T> - Interface in net.sf.adatagenerator.mutators
    Deprecated.  
    MutatorBase<T> - Class in net.sf.adatagenerator.mutators
    Deprecated.  
    MutatorBase() - Constructor for class net.sf.adatagenerator.mutators.MutatorBase
    Deprecated.  

    N

    NAME - Static variable in class net.sf.adatagenerator.febrl.modifiers.GivenNameMisspeller
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.CharInserter
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.GivenNameMisspeller
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.Transpositioner
    Deprecated.  
    name - Variable in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    NAME - Static variable in class net.sf.adatagenerator.mutators.SequenceMutator
    Deprecated.  
    NamedInstance - Interface in net.sf.adatagenerator.api
     
    net.sf.adatagenerator.api - package 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 - package 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 - package 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.febrl.modifiers - package net.sf.adatagenerator.febrl.modifiers
    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.febrl.mutators - package net.sf.adatagenerator.febrl.mutators
    This package is deprecated.
    net.sf.adatagenerator.modifiers - package net.sf.adatagenerator.modifiers
    The MODIFIERS package is a reusable, application-independent set of classes for implementing objects that modify value, bean and pair instances.
    net.sf.adatagenerator.mutators - package net.sf.adatagenerator.mutators
    This package is deprecated.
    net.sf.adatagenerator.pred - package net.sf.adatagenerator.pred
    This package is deprecated.
    net.sf.adatagenerator.util - package net.sf.adatagenerator.util
    The UTIL package contains reusable, application-independent utilities for implementing ADG generators and modifiers.
    NEUTRAL_WEIGHT - Static variable in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    newBean(Class<Q>, P, GeneratorMap<B>) - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
     
    newFamily() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    newGroup(B, GeneratorMap<B>, String, Properties) - Method in interface net.sf.adatagenerator.api.GroupCreator
     
    nextDifferNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    nextFamilyMember() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    nextFamilyMemberAsString() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
    Handles all logic.
    nextGroupNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlGroupIdGenerator
     
    nextHoldNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    nextMatchNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    nextPair() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Returns the next pair of records, or throws a processing exception if this source is not open.
    nextPairNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    nextRecordNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    nextRecordNumber() - Method in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     
    nextSource() - Method in class net.sf.adatagenerator.core.CompositeSource
     
    nextTypedPairNumber(FebrlPairIdGenerator.TYPE) - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    NoChangeValueModifier<T> - Class in net.sf.adatagenerator.modifiers
     
    NoChangeValueModifier(Class<T>) - Constructor for class net.sf.adatagenerator.modifiers.NoChangeValueModifier
     
    NULL_EQUALITY - Static variable in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    NULL_VALUE_MARKER - Static variable in class net.sf.adatagenerator.util.IntegerFrequencyFile
     
    NULL_VALUE_MARKER - Static variable in class net.sf.adatagenerator.util.StringFrequencyFile
     
    NullFieldGenerator<B> - Class in net.sf.adatagenerator.core
     
    NullFieldGenerator(FieldDependencyManager<B>, String) - Constructor for class net.sf.adatagenerator.core.NullFieldGenerator
     
    NullFieldGenerator(FieldDependency<B>) - Constructor for class net.sf.adatagenerator.core.NullFieldGenerator
     
    NullValueModifier<T> - Class in net.sf.adatagenerator.modifiers
     
    NullValueModifier(Class<T>) - Constructor for class net.sf.adatagenerator.modifiers.NullValueModifier
     

    O

    OCRTransformer - Class in net.sf.adatagenerator.febrl.modifiers
     
    OCRTransformer() - Constructor for class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    OCRTransformer - Class in net.sf.adatagenerator.febrl.mutators
    Deprecated. see OCRTransformer
    OCRTransformer() - Constructor for class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    ONE - Static variable in class net.sf.adatagenerator.core.SimpleCorrelationEvaluator
    Deprecated.  
    ONE - Static variable in class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated.  
    open() - Method in interface net.sf.adatagenerator.api.Pipe
     
    open() - Method in class net.sf.adatagenerator.core.AbstractTee
     
    open() - Method in class net.sf.adatagenerator.core.AbstractTransformingSink
     
    open() - Method in class net.sf.adatagenerator.core.AbstractTransformingSource
     
    open() - Method in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    open() - Method in class net.sf.adatagenerator.core.CompositeSource
     
    open() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    A GroupSource instance must be opened at least once before it is used.
    open() - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated. Enables this instance to start accepting pairs.
    orgPairNumber(String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    orgRecordNumber(String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     

    P

    padStringToLength(String, int) - Method in class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated. Trims whitespace from a string, then pads to the specified length by prepending zero 0
    PairGenerator<T> - Interface in net.sf.adatagenerator.core
     
    pairInvariant(CMPair<B>) - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Checks the group-independent invariants for a pair created by this instance; i.e.
    PairModifier<T,P extends ModifiablePair<T>> - Interface in net.sf.adatagenerator.api
    Declares a capability for modifying modifies a pair of Java Beans.
    PairModifier.ModificationResult - Enum in net.sf.adatagenerator.api
    An enumeration of how a processor may change a pair by processing it.
    params - Variable in class net.sf.adatagenerator.core.DefaultGroup
     
    phoneticDict - Variable in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    phoneticDict - Variable in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    PhoneticTransformer - Class in net.sf.adatagenerator.febrl.modifiers
     
    PhoneticTransformer() - Constructor for class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    PhoneticTransformer - Class in net.sf.adatagenerator.febrl.mutators
    Deprecated. see PhoneticTransformer
    PhoneticTransformer() - Constructor for class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    Pipe<S,T> - Interface in net.sf.adatagenerator.api
     
    PN_DISTRIBUTION - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
    The name of a property that specifies the distribution of group sizes between the minimum and maximum values.
    PN_DUPLICATE_PAIR_FORMAT - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_DUPLICATE_RECORD_FORMAT - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_INTER_GROUP_PAIR_PERCENTAGE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_INTRA_GROUP_PAIR_PERCENTAGE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_MAX - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    PN_MAX - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
    The name of a property that specifies the maximum size of a group.
    PN_MIN - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    PN_MIN - Static variable in class net.sf.adatagenerator.core.DefaultGroupSource
    The name of a property that specifies the minimum size of a group.
    PN_NAMED_GROUP_ID - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_NUMBER_OF_ORIGINAL_RECORDS - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_ORIGINAL_PAIR_FORMAT - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_ORIGINAL_RECORD_FORMAT - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    PN_TYPE - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    PN_UNNAMED_GROUP_ID - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorConfiguration
     
    Predicate<R> - Interface in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    PredicateCorrelation<F extends Enum<F>,R> - Class in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    PredicateCorrelation(PredicateSet<F, R>) - Constructor for class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated.  
    PredicateExporter<E extends Enum<E>,R> - Interface in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    PredicateExporter.EXPORT_TYPE_JAVA - Enum in net.sf.adatagenerator.pred
    Deprecated.  
    PredicateSet<F extends Enum<F>,R> - Interface in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    ProcessingException - Exception in net.sf.adatagenerator.api
     
    ProcessingException() - Constructor for exception net.sf.adatagenerator.api.ProcessingException
     
    ProcessingException(String) - Constructor for exception net.sf.adatagenerator.api.ProcessingException
     
    ProcessingException(Throwable) - Constructor for exception net.sf.adatagenerator.api.ProcessingException
     
    ProcessingException(String, Throwable) - Constructor for exception net.sf.adatagenerator.api.ProcessingException
     
    properties - Variable in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     

    Q

    q - Static variable in interface net.sf.adatagenerator.pred.ExportablePredicate
    Deprecated.  
    qFld - Variable in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    qFld - Variable in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  

    R

    r - Static variable in interface net.sf.adatagenerator.pred.ExportablePredicate
    Deprecated.  
    RandomBeanFieldModifier<F,R> - Class in net.sf.adatagenerator.modifiers
     
    RandomBeanFieldModifier(Class<R>, String, Iterable<ValueModifier<F>>) - Constructor for class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    RandomBeanFieldModifier(String, String, Class<R>, String, Iterable<ValueModifier<F>>) - Constructor for class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    RandomBeanFieldModifier(String, String, String, Method, Method, Iterable<ValueModifier<F>>) - Constructor for class net.sf.adatagenerator.modifiers.RandomBeanFieldModifier
     
    randomFamilySize() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    RandomPairModifier<T,P extends ModifiablePair<T>> - Class in net.sf.adatagenerator.modifiers
     
    RandomPairModifier(FrequencyBasedList<BeanModifier<T>>) - Constructor for class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    RandomPairModifier(FrequencyBasedList<BeanModifier<T>>, int, int) - Constructor for class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    RandomPairModifier(String, String, FrequencyBasedList<BeanModifier<T>>, int, int) - Constructor for class net.sf.adatagenerator.modifiers.RandomPairModifier
     
    randomValue(int, int) - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
    Returns a number in the range min to max, inclusive, distributed uniformly.
    read() - Method in interface net.sf.adatagenerator.api.Pipe
     
    read() - Method in class net.sf.adatagenerator.core.AbstractTransformingSource
     
    read() - Method in class net.sf.adatagenerator.core.CompositeSource.FrequencyWeightedSource
     
    read() - Method in class net.sf.adatagenerator.core.CompositeSource
     
    read() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Returns the next pair of records, or throws a processing exception if this source is not open.
    records - Variable in class net.sf.adatagenerator.core.DeDuplicater
     
    ReflectionPredicate<F,E extends Enum<E>,R> - Class in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    ReflectionPredicate(String, Method, Class<F>) - Constructor for class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  
    remove(Mutator<String>) - Method in class net.sf.adatagenerator.mutators.SequenceMutator
    Deprecated.  
    removeProperty(String) - Method in interface net.sf.adatagenerator.api.GeneratedBean
    Removes a property from this bean.
    removeProperty(String) - Method in interface net.sf.adatagenerator.api.GeneratedPair
    Removes a property from this object.
    removeProperty(String) - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    removeProperty(String) - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
     
    resetCurrentMember() - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlAgeGenerator
     
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGenderGenerator
     
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.modifiers.GivenNameMisspeller
     
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.GivenNameMisspeller
    Deprecated.  
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    RESOURCE_BASE_NAME - Static variable in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    RESOURCE_BASE_NAME_ADDRESS - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The name of the file containing default street address frequencies in a population
    RESOURCE_BASE_NAME_CULTURE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The name of the file containing default culture frequencies in a population
    RESOURCE_BASE_NAME_POSTCODE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The name of the file containing default postal code frequencies in a population
    RESOURCE_BASE_NAME_STATE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The name of the file containing default state frequencies in a population
    RESOURCE_BASE_NAME_STREET_NUMBER - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlGeneratorUtilities
    The name of the file containing default street number frequencies
    RESOURCE_GIVENNAME_FREQ - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    RESOURCE_GIVENNAME_SEX_CULTURE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    RESOURCE_SEX_AGE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    RESOURCE_SURNAME_CULTURE - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    RESOURCE_SURNAME_FREQ - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    RESOURCE_TITLE_FREQ - Static variable in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    ResourceUtil - Class in net.sf.adatagenerator.util
     
    rFld - Variable in class net.sf.adatagenerator.pred.ExactMatchPredicate
    Deprecated.  
    rFld - Variable in class net.sf.adatagenerator.pred.ReflectionPredicate
    Deprecated.  

    S

    SequenceMutator - Class in net.sf.adatagenerator.mutators
    Deprecated.  
    SequenceMutator() - Constructor for class net.sf.adatagenerator.mutators.SequenceMutator
    Deprecated.  
    setAgeGenerator(FebrlAgeGenerator<B>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlBirthDateGenerator
     
    setAgeGenerator(FebrlAgeGenerator<B>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    setCloneableInternal(Cloneable) - Method in class net.sf.adatagenerator.core.DefaultCloneableBean
    Allows modification of the cloneable member
    setCultureGenerator(FieldGenerator<B, String>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    setCultureGenerator(FieldGenerator<B, String>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    setCurrentFamilySize(int) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator
     
    setCurrentStatus(PairModifier.ModificationResult) - Method in interface net.sf.adatagenerator.api.ModifiablePair
    Sets the result of the last modification to this instance.
    setCurrentStatus(PairModifier.ModificationResult) - Method in class net.sf.adatagenerator.core.DefaultModifiablePair
     
    setCurrentStatus(PairModifier.ModificationResult) - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    setFirstNameCultureSexLookupDict(Map<String, List<String>>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    setFrequencyBasedList(FrequencyBasedList<F>) - Method in class net.sf.adatagenerator.core.DefaultFrequencyBasedGenerator
     
    setFrequencyWeight(float) - Method in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    setGenderGenerator(FebrlGenderGenerator<B>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlFirstNameGenerator
     
    setGenderGenerator(FebrlGenderGenerator<B>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    setGeneratorMap(GeneratorMap<B>) - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
     
    setGroupParameterValue(Group<T>, Class<V>, String, Object) - Method in interface net.sf.adatagenerator.api.GeneratedGroupBean
     
    setImpactWeight(float) - Method in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    setLastNameCultureLookupDict(Map<String, List<String>>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlLastNameGenerator
     
    setMemberDistributionAndOrder(int) - Method in interface net.sf.adatagenerator.api.GroupCreator
    Deprecated. poorly defined
    setName(String) - Method in interface net.sf.adatagenerator.api.Group
     
    setName(String) - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    setName(String) - Method in class net.sf.adatagenerator.mutators.FieldMutator
    Deprecated.  
    setNameDelegate(NamedInstance) - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    setOpen(boolean) - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated.  
    setParam(String, String) - Method in interface net.sf.adatagenerator.api.Group
     
    setParam(String, String) - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    setPermutationMap(Map<B, List<B>>) - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Specifies the record pairs that will be formed from a group of records.
    setProperty(String, String) - Method in interface net.sf.adatagenerator.api.GeneratedBean
    Sets a property value for this bean.
    setProperty(String, String) - Method in interface net.sf.adatagenerator.api.GeneratedPair
    Sets a property value for this object.
    setProperty(String, String) - Method in class net.sf.adatagenerator.core.DefaultSynthesizedPair
     
    setProperty(String, String) - Method in class net.sf.adatagenerator.core.GeneratedBeanProperties
     
    setRole(B, String) - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    setSequencedFields(List<String>) - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
     
    setSexAgeLookupDictionary(HashMap<String, ArrayList<String>>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    setState(AbstractGeneratorMap.STATE) - Method in class net.sf.adatagenerator.core.AbstractGeneratorMap
     
    setSuperGroup(HierarchicalGroup<T>) - Method in interface net.sf.adatagenerator.api.HierarchicalGroup
     
    setSuperGroup(HierarchicalGroup<T>) - Method in class net.sf.adatagenerator.core.DefaultGroup
     
    setTargetFields(Q, P) - Method in class net.sf.adatagenerator.core.DefaultBeanCreator
     
    setTitleDictionary(ArrayList<String>) - Method in class net.sf.adatagenerator.febrl.generators.FebrlTitleGenerator
     
    setVisited(boolean) - Method in interface net.sf.adatagenerator.api.FieldDependency
     
    setVisited(boolean) - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
     
    SimpleCorrelationCounter<R,S extends R,T extends com.choicemaker.shared.api.CMPair<S>> - Class in net.sf.adatagenerator.core
    Deprecated. Moved to the com.choicemaker.correlation.util package
    SimpleCorrelationCounter(CorrelationEvaluator<R>) - Constructor for class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated.  
    SimpleCorrelationEvaluator<R> - Class in net.sf.adatagenerator.core
    Deprecated. Moved to the com.choicemaker.correlation.util package
    SimpleCorrelationEvaluator(Set<Predicate<R>>) - Constructor for class net.sf.adatagenerator.core.SimpleCorrelationEvaluator
    Deprecated. Constructs an evaluator from the specified set of iterators.
    size() - Method in class net.sf.adatagenerator.util.FrequencyBasedList
     
    SMALLEST_ALLOWED_MAX - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    SMALLEST_ALLOWED_MIN - Static variable in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    sourceInvariant() - Method in class net.sf.adatagenerator.core.DefaultGroupSource
    Checks the class invariants for this source.
    StringFieldModifier<R,S extends R> - Class in net.sf.adatagenerator.modifiers
     
    StringFieldModifier(Class<R>, String, ValueModifier<String>) - Constructor for class net.sf.adatagenerator.modifiers.StringFieldModifier
     
    StringFieldModifier(String, String, Class<R>, String, ValueModifier<String>) - Constructor for class net.sf.adatagenerator.modifiers.StringFieldModifier
     
    StringFieldModifier(String, String, String, Method, Method, ValueModifier<String>) - Constructor for class net.sf.adatagenerator.modifiers.StringFieldModifier
     
    StringFrequencyFile - Class in net.sf.adatagenerator.util
    Initializes a frequency based list of String values by reading the relative frequency of the values from a csv text file of values and counts; e.g.
    StringFrequencyFile(ClassLoader, String) - Constructor for class net.sf.adatagenerator.util.StringFrequencyFile
     
    StringPredicate<R> - Class in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation package
    StringPredicate(String, Method) - Constructor for class net.sf.adatagenerator.pred.StringPredicate
    Deprecated. A predicate that checks whether the (String) values of a particular field for a pair of records have an edit distance strictly less than the specified maximum.
    StringPredicate(String, Class<? extends R>, String, CMReflectionUtils.ACCESSOR_PREFIX) - Constructor for class net.sf.adatagenerator.pred.StringPredicate
    Deprecated.  
    SynthesizedPair<R> - Interface in net.sf.adatagenerator.api
     

    T

    toString() - Method in class net.sf.adatagenerator.core.DefaultFieldDependency
     
    totalMembers(Properties) - Method in class net.sf.adatagenerator.core.AbstractGroupCreator
     
    transform(T) - Method in class net.sf.adatagenerator.core.AbstractTransformingSink
     
    transform(A) - Method in class net.sf.adatagenerator.core.AbstractTransformingSource
     
    Transpositioner - Class in net.sf.adatagenerator.febrl.modifiers
     
    Transpositioner() - Constructor for class net.sf.adatagenerator.febrl.modifiers.Transpositioner
     
    Transpositioner - Class in net.sf.adatagenerator.febrl.mutators
    Deprecated.  
    Transpositioner() - Constructor for class net.sf.adatagenerator.febrl.mutators.Transpositioner
    Deprecated.  
    travDependencies(FieldDependency<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
     
    travReverseDependencies(FieldDependency<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
     
    TrimmedStringsLowerCase<R> - Class in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation.predicates package
    TrimmedStringsLowerCase(String, Method) - Constructor for class net.sf.adatagenerator.pred.TrimmedStringsLowerCase
    Deprecated. Constructs a predicate
    TrimmedSubstringsLowerCase<R> - Class in net.sf.adatagenerator.pred
    Deprecated. Moved to the com.choicemaker.correlation.predicates package
    TrimmedSubstringsLowerCase(String, Method) - Constructor for class net.sf.adatagenerator.pred.TrimmedSubstringsLowerCase
    Deprecated. Constructs a predicate
    typeSequenceNumber(String, String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator
     
    typeSequenceNumber(String, String) - Method in class net.sf.adatagenerator.febrl.generators.FebrlRecordIdGenerator
     

    U

    updateFieldDependency(FieldDependency<B>) - Method in interface net.sf.adatagenerator.api.FieldDependencyManager
     
    updateFieldDependency(FieldDependency<B>) - Method in class net.sf.adatagenerator.core.DefaultFieldDependencyManager
     
    Utilities - Class in net.sf.adatagenerator.mutators
    Deprecated. moved to net.sf.adatagenerator.mod package
    Utilities() - Constructor for class net.sf.adatagenerator.mutators.Utilities
    Deprecated.  

    V

    validateArgs0(String, Method, Method) - Static method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
    Preconditions to BeanFieldModifier.validateArgs1(String, Method, Method, ValueModifier).
    validateArgs1(String, Method, Method, ValueModifier<F>) - Static method in class net.sf.adatagenerator.modifiers.BeanFieldModifier
    Preconditions to #BeanFieldModifier(String, Method, Method, ValueModifier) and BeanFieldModifier.modifyBean(String, Method, Method, ValueModifier, Object)
    ValueModifier<V> - Interface in net.sf.adatagenerator.api
    Declares a capability for modifying a property value of a Java Bean.
    valueOf(String) - Static method in enum net.sf.adatagenerator.api.GeneratedPair.GeneratedDecision
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.api.PairModifier.ModificationResult
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.core.AbstractGeneratorMap.STATE
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator.CHILDREN
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator.PARENTS
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator.TYPE
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.pred.ExportablePredicate.CLUEMAKER_RECORD_VARIABLES
    Deprecated. Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum net.sf.adatagenerator.pred.PredicateExporter.EXPORT_TYPE_JAVA
    Deprecated. Returns the enum constant of this type with the specified name.
    values() - Static method in enum net.sf.adatagenerator.api.GeneratedPair.GeneratedDecision
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.api.PairModifier.ModificationResult
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.core.AbstractGeneratorMap.STATE
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator.CHILDREN
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.febrl.generators.FebrlFamilyRoleGenerator.PARENTS
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.febrl.generators.FebrlPairIdGenerator.TYPE
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.pred.ExportablePredicate.CLUEMAKER_RECORD_VARIABLES
    Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum net.sf.adatagenerator.pred.PredicateExporter.EXPORT_TYPE_JAVA
    Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
    verifyNecessoryConditions(String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    verifyNecessoryConditions(String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    verifyNecessoryConditions(String, String) - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    verifyNecessoryConditions(String, String) - Method in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  
    verifyStartCondition(String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.OCRTransformer
     
    verifyStartCondition(String, String) - Method in class net.sf.adatagenerator.febrl.modifiers.PhoneticTransformer
     
    verifyStartCondition(String, String) - Method in class net.sf.adatagenerator.febrl.mutators.OCRTransformer
    Deprecated.  
    verifyStartCondition(String, String) - Method in class net.sf.adatagenerator.febrl.mutators.PhoneticTransformer
    Deprecated.  

    W

    write(T) - Method in interface net.sf.adatagenerator.api.Pipe
     
    write(T) - Method in class net.sf.adatagenerator.core.AbstractTee
     
    write(T) - Method in class net.sf.adatagenerator.core.AbstractTransformingSink
     
    write(T) - Method in class net.sf.adatagenerator.core.SimpleCorrelationCounter
    Deprecated.  

    Z

    ZERO - Static variable in class net.sf.adatagenerator.core.SimpleCorrelationEvaluator
    Deprecated.  
    ZERO - Static variable in class net.sf.adatagenerator.pred.PredicateCorrelation
    Deprecated.  

    A B C D E F G H I L M N O P Q R S T U V W Z

    Copyright © 2011-2012. All Rights Reserved.