Uses of Interface
org.designwizard.design.Entity

Packages that use Entity
org.designwizard.design   
org.designwizard.design.factory   
org.designwizard.design.manager   
org.designwizard.design.relation   
 

Uses of Entity in org.designwizard.design
 

Classes in org.designwizard.design that implement Entity
 class AbstractEntity
          Abstract class that represent the entities of Design.
 class ClassNode
          ClassNode objects are constructed automatically by the DesignWizard class when classes are loaded.
 class FieldNode
          A FieldNode provides information about a single field of a class or an interface.
 class MethodNode
          A MethodNode provides information about a single method or a constructor on a class or interface.
 class PackageNode
          PackageNode objects are constructed automatically by the DesignWizard class when classes are loaded.
 

Methods in org.designwizard.design that return Entity
 Entity Design.getEntity(java.lang.String entityName)
          Method that return the entity with the specified name.
 Entity DesignIF.getEntity(java.lang.String name)
          Method that return the entity with the specified name.
 Entity DesignIF.getEntity(java.lang.String name)
          Method that return the entity with the specified name.
 Entity Design.getEntity(java.lang.String entityName)
          Method that return the entity with the specified name.
 

Uses of Entity in org.designwizard.design.factory
 

Methods in org.designwizard.design.factory that return Entity
 Entity AbstractElementsFactory.createEntity(java.lang.String entityName)
          Creates a new entity with the specified name.
 Entity ElementsFactory.createEntity(java.lang.String entityName)
          Creates a new entity with the specified name.
 Entity ElementsFactory.createEntity(java.lang.String entityName)
          Creates a new entity with the specified name.
 Entity AbstractElementsFactory.createEntity(java.lang.String entityName)
          Creates a new entity with the specified name.
 

Methods in org.designwizard.design.factory with parameters of type Entity
 Relation AbstractElementsFactory.createRelation(Relation.TypesOfRelation type, Entity caller, Entity called)
          Creates a new Relation.
 Relation ElementsFactory.createRelation(Relation.TypesOfRelation type, Entity caller, Entity called)
          Creates a new Relation.
 Relation ElementsFactory.createRelation(Relation.TypesOfRelation type, Entity caller, Entity called)
          Creates a new Relation.
 Relation AbstractElementsFactory.createRelation(Relation.TypesOfRelation type, Entity caller, Entity called)
          Creates a new Relation.
 

Uses of Entity in org.designwizard.design.manager
 

Methods in org.designwizard.design.manager that return Entity
 Entity DesignManager.getEntity(java.lang.String entityName)
           
 Entity DesignManager.getEntity(java.lang.String entityName)
           
 

Uses of Entity in org.designwizard.design.relation
 

Methods in org.designwizard.design.relation that return Entity
 Entity Relation.getCalledEntity()
           
 Entity Relation.getCalledEntity()
           
 Entity Relation.getCallerEntity()
           
 Entity Relation.getCallerEntity()
           
 

Constructors in org.designwizard.design.relation with parameters of type Entity
Relation(Entity caller, Entity called, Relation.TypesOfRelation type)
          Constructs a new ContainRealtion.
Relation(Entity caller, Entity called, Relation.TypesOfRelation type)
          Constructs a new ContainRealtion.