Uses of Interface
com.infoengine.schema.SchemaGenerator

Packages that use SchemaGenerator
com.infoengine.schema   
com.infoengine.schema.type   
 

Uses of SchemaGenerator in com.infoengine.schema
 

Classes in com.infoengine.schema that implement SchemaGenerator
 class DescribeAttributesGenerator
           
 class LDAPGenerator
           
 

Uses of SchemaGenerator in com.infoengine.schema.type
 

Fields in com.infoengine.schema.type declared as SchemaGenerator
protected  SchemaGenerator TypeHierarchyGraph.generator
           
 

Methods in com.infoengine.schema.type with parameters of type SchemaGenerator
 void TypeHierarchyGraph.setSchemaGenerator(SchemaGenerator generator)
          sets the SchemaGenerator instance this tree should use to expand types in search of complex attributes if a SchemaGenerator is to be used in generation of the type tree then this method must be called prior to the createTypeHierarchy method.