Uses of Class
org.designwizard.design.relation.Relation.TypesOfRelation

Packages that use Relation.TypesOfRelation
org.designwizard.design   
org.designwizard.design.factory   
org.designwizard.design.relation   
 

Uses of Relation.TypesOfRelation in org.designwizard.design
 

Fields in org.designwizard.design with type parameters of type Relation.TypesOfRelation
protected  java.util.Map<Relation.TypesOfRelation,java.util.Set<Relation>> AbstractEntity.relations
          Attributes The relations Map contains all the relations that this AbstractEntity is the caller.
protected  java.util.Map<Relation.TypesOfRelation,java.util.Set<Relation>> AbstractEntity.relations
          Attributes The relations Map contains all the relations that this AbstractEntity is the caller.
 

Methods in org.designwizard.design with parameters of type Relation.TypesOfRelation
 void Design.addRelation(Relation.TypesOfRelation typeOfRelation, java.lang.String callerName, java.lang.String calledName)
          Adds a new relation in the design.
 void DesignIF.addRelation(Relation.TypesOfRelation type, java.lang.String caller, java.lang.String called)
          Adds a new Relation on the Design.
 void DesignIF.addRelation(Relation.TypesOfRelation type, java.lang.String caller, java.lang.String called)
          Adds a new Relation on the Design.
 void Design.addRelation(Relation.TypesOfRelation typeOfRelation, java.lang.String callerName, java.lang.String calledName)
          Adds a new relation in the design.
 java.util.Set<Relation> AbstractEntity.getRelations(Relation.TypesOfRelation type)
          Method that returns all the relations with the specified type.
 java.util.Collection<Relation> Entity.getRelations(Relation.TypesOfRelation type)
          Method that returns all the relations with the specified type.
 java.util.Set<Relation> AbstractEntity.getRelations(Relation.TypesOfRelation type)
          Method that returns all the relations with the specified type.
 java.util.Collection<Relation> Entity.getRelations(Relation.TypesOfRelation type)
          Method that returns all the relations with the specified type.
 

Uses of Relation.TypesOfRelation in org.designwizard.design.factory
 

Methods in org.designwizard.design.factory with parameters of type Relation.TypesOfRelation
 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 Relation.TypesOfRelation in org.designwizard.design.relation
 

Methods in org.designwizard.design.relation that return Relation.TypesOfRelation
static Relation.TypesOfRelation Relation.TypesOfRelation.extractElement(java.lang.String type)
          Translate an UPPERCASE String to a type.
static Relation.TypesOfRelation Relation.TypesOfRelation.extractElement(java.lang.String type)
          Translate an UPPERCASE String to a type.
 Relation.TypesOfRelation Relation.TypesOfRelation.getReverseRelation()
          Returns the reverse relation of this relation.
 Relation.TypesOfRelation Relation.TypesOfRelation.getReverseRelation()
          Returns the reverse relation of this relation.
 Relation.TypesOfRelation Relation.getType()
          Returns a string representing the type of this relation.
 Relation.TypesOfRelation Relation.getType()
          Returns a string representing the type of this relation.
static Relation.TypesOfRelation Relation.TypesOfRelation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Relation.TypesOfRelation Relation.TypesOfRelation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Relation.TypesOfRelation[] Relation.TypesOfRelation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static Relation.TypesOfRelation[] Relation.TypesOfRelation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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