Uses of Interface
net.sf.adatagenerator.api.FieldDependency

Packages that use FieldDependency
net.sf.adatagenerator.api The API package is composed of Java interfaces, abstract classes and Exception classes that the define A Data Generator (ADG) framework. 
net.sf.adatagenerator.core The CORE package is composed of concrete classes for default implementations of A Data Generator (ADG) framework. 
net.sf.adatagenerator.febrl.generators The classes in this package are based on Python classes that are part of the data generation module in the Febrl project
 

Uses of FieldDependency in net.sf.adatagenerator.api
 

Methods in net.sf.adatagenerator.api that return FieldDependency
 FieldDependency<B> FieldDependencyManager.buildDefaultDependency(String targetField)
           
 FieldDependency<B> FieldGenerator.getDependency()
           
 FieldDependency<B> FieldDependencyManager.getFieldDependency(String name)
           
 

Methods in net.sf.adatagenerator.api that return types with arguments of type FieldDependency
 Set<FieldDependency<B>> FieldDependency.getDependencies()
          Returns an unmodifiable copy of the dependencies of this field
 Set<FieldDependency<B>> FieldDependency.getReverseDependencies()
          Returns an unmodifiable copy of the dependencies on this field
 

Methods in net.sf.adatagenerator.api with parameters of type FieldDependency
 void FieldDependency.addReverseDependency(FieldDependency<B> fieldDependency)
           
 void FieldDependencyManager.updateFieldDependency(FieldDependency<B> instance)
           
 

Uses of FieldDependency in net.sf.adatagenerator.core
 

Classes in net.sf.adatagenerator.core that implement FieldDependency
 class DefaultFieldDependency<B>
          A default implementation of a FieldDependency.
 

Methods in net.sf.adatagenerator.core that return FieldDependency
 FieldDependency<B> DefaultFieldDependencyManager.buildDefaultDependency(String targetField)
           
 FieldDependency<B> AbstractFieldGenerator.getDependency()
           
abstract  FieldDependency<B> FieldGeneratorChain.getDependency()
          Subclasses must override this method; for example, by returning the dependency of the delegate.
 FieldDependency<B> DefaultFieldDependencyManager.getFieldDependency(String name)
           
 

Methods in net.sf.adatagenerator.core that return types with arguments of type FieldDependency
 Set<FieldDependency<B>> DefaultFieldDependency.getDependencies()
          Returns an unmodifiable copy of the dependencies of this field
 Set<FieldDependency<B>> DefaultFieldDependency.getReverseDependencies()
          Returns an unmodifiable copy of the dependencies on this field
protected  List<FieldDependency<B>> DefaultFieldDependencyManager.travDependencies(FieldDependency<B> root)
           
protected  List<FieldDependency<B>> DefaultFieldDependencyManager.travReverseDependencies(FieldDependency<B> root)
           
 

Methods in net.sf.adatagenerator.core with parameters of type FieldDependency
 void DefaultFieldDependency.addReverseDependency(FieldDependency<B> n)
           
protected  void DefaultFieldDependencyManager.clearVisitorStatus(FieldDependency<B> fd)
           
protected  List<FieldDependency<B>> DefaultFieldDependencyManager.travDependencies(FieldDependency<B> root)
           
protected  List<FieldDependency<B>> DefaultFieldDependencyManager.travReverseDependencies(FieldDependency<B> root)
           
 void DefaultFieldDependencyManager.updateFieldDependency(FieldDependency<B> instance)
           
 

Constructors in net.sf.adatagenerator.core with parameters of type FieldDependency
AbstractFieldGenerator(FieldDependency<B> fd)
           
DefaultFrequencyBasedGenerator(FieldDependency<B> fd, FrequencyBasedListFactory<F> fblFactory)
          Constructs a frequency based generator for the specified field name with a specified field dependency.
NullFieldGenerator(FieldDependency<B> fd)
           
 

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

Methods in net.sf.adatagenerator.febrl.generators that return FieldDependency
protected static
<B> FieldDependency<B>
FebrlLastNameGenerator.buildFebrlDependency(FieldDependencyManager<B> existingDependencies)
           
protected static
<B> FieldDependency<B>
FebrlFirstNameGenerator.buildFebrlDependency(FieldDependencyManager<B> existingDependencies)
           
protected static
<B> FieldDependency<B>
FebrlGenderGenerator.buildFebrlDependency(FieldDependencyManager<B> existingDependencies)
           
protected static
<B> FieldDependency<B>
FebrlAgeGenerator.buildFebrlDependency(FieldDependencyManager<B> existingDependencies)
           
 

Constructors in net.sf.adatagenerator.febrl.generators with parameters of type FieldDependency
FebrlAgeGenerator(FieldDependency<B> fd)
           
FebrlAgeGenerator(String fqrn, ClassLoader cl, FieldDependency<B> fd)
           
FebrlBirthDateGenerator(FieldDependency<B> fd)
          Constructs a birth date generator with a specified field dependency.
FebrlFamilyRoleGenerator(FieldDependency<B> fd)
           
FebrlFamilyRoleGenerator(int minSize, int maxSize, FieldDependency<B> fd)
           
FebrlFirstNameGenerator(FieldDependency<B> fd)
          Constructs a first name generator with a specified field dependency that is constructed from a default first-name frequency map.
FebrlFirstNameGenerator(String fqfm, String fqln, ClassLoader cl, FieldDependency<B> fd)
          Constructs a first name generator with a specified field dependency that is constructed from a specified first-name frequency map.
FebrlGenderGenerator(FieldDependency<B> fd)
           
FebrlGenderGenerator(String fqrn, ClassLoader cl, FieldDependency<B> fd)
           
FebrlGroupIdGenerator(FieldDependency<B> fd)
           
FebrlGroupIdGenerator(FieldDependency<B> fd, FebrlGeneratorConfiguration config)
           
FebrlLastNameGenerator(FieldDependency<B> fd)
           
FebrlLastNameGenerator(String fqfm, String fqln, ClassLoader cl, FieldDependency<B> fd)
           
FebrlPairIdGenerator(FebrlGeneratorConfiguration configuration, FieldDependency<B> fd)
           
FebrlRecordIdGenerator(FebrlGeneratorConfiguration configuration, FieldDependency<B> fd)
           
FebrlRoleGenerator(FieldDependency<B> fd)
           
FebrlTitleGenerator(FieldDependency<B> fd)
          Constructs a title generator with a specified field dependency.
 



Copyright © 2011-2012. All Rights Reserved.