|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relation | |
---|---|
org.designwizard.design | |
org.designwizard.design.factory |
Uses of Relation in org.designwizard.design |
---|
Fields in org.designwizard.design with type parameters of type Relation | |
---|---|
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 that return types with arguments of type Relation | |
---|---|
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. |
Methods in org.designwizard.design with parameters of type Relation | |
---|---|
void |
AbstractEntity.addRelation(Relation relation)
Adds a relation for this entity. |
void |
ClassNode.addRelation(Relation relation)
|
void |
Entity.addRelation(Relation relation)
Adds a relation for this entity. |
void |
AbstractEntity.addRelation(Relation relation)
Adds a relation for this entity. |
void |
ClassNode.addRelation(Relation relation)
|
void |
Entity.addRelation(Relation relation)
Adds a relation for this entity. |
boolean |
AbstractEntity.containsRelation(Relation relation)
Method that verifies if the Entity has the specified relation. |
boolean |
Entity.containsRelation(Relation relation)
Method that verifies if the Entity has the specified relation. |
boolean |
AbstractEntity.containsRelation(Relation relation)
Method that verifies if the Entity has the specified relation. |
boolean |
Entity.containsRelation(Relation relation)
Method that verifies if the Entity has the specified relation. |
boolean |
AbstractEntity.removeRelation(Relation relation)
Removes a relation from this Entity . |
boolean |
Entity.removeRelation(Relation relation)
Method that removes a Relation from this Entity . |
boolean |
AbstractEntity.removeRelation(Relation relation)
Removes a relation from this Entity . |
boolean |
Entity.removeRelation(Relation relation)
Method that removes a Relation from this Entity . |
Uses of Relation in org.designwizard.design.factory |
---|
Methods in org.designwizard.design.factory that return Relation | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |