|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
ucot.model.object |
Uses of Entity in ucot.model.object |
---|
Fields in ucot.model.object declared as Entity | |
---|---|
(package private) Entity |
Attribute.entity
|
Fields in ucot.model.object with type parameters of type Entity | |
---|---|
private java.util.Set<Entity> |
Entity.childEntities
The child entities. |
private java.util.Map<java.lang.String,Entity> |
ObjectAnalyzeModel.entities
The entities that are containde by this model. |
private java.util.Set<Entity> |
Method.influenced
The list of entities that can be indluenced by this method. |
private java.util.Set<Entity> |
Entity.parentEntities
The parent entities. |
Methods in ucot.model.object that return Entity | |
---|---|
Entity |
Attribute.getEntity()
Get the entity this attribute refers to. |
Entity |
ObjectAnalyzeModel.getEntity(java.lang.String name)
Returns entity. |
Methods in ucot.model.object that return types with arguments of type Entity | |
---|---|
java.util.Set<Entity> |
Entity.getChildren()
Returns the children of this entity. |
java.util.Set<Entity> |
Method.getInfluenced()
Returns the set of entities that are influenced by this method. |
java.util.Set<Entity> |
Entity.getParents()
Returns the parent entities of this entity. |
Methods in ucot.model.object with parameters of type Entity | |
---|---|
void |
Entity.addChild(Entity entity)
Adds child and adds this entity as a parent of the given entity if nessesary |
void |
ObjectAnalyzeModel.addEntity(Entity entity)
Adds an entity to the model. |
void |
Method.addInfluence(Entity entity)
Adds influence to this method. |
void |
Entity.addParent(Entity entity)
Adds parent and adds this entity as a child of the given entity if nessesary |
void |
Entity.removeChild(Entity entity)
Removes child and removes this entity from the parent list of a given entity if nessesary. |
void |
ObjectAnalyzeModel.removeEntity(Entity removeEntity)
Removes entity. |
void |
Method.removeInfluence(Entity entity)
Removes influence from this method. |
void |
Entity.removeParent(Entity entity)
Removes parent and removes this entity from the child list of a given entity if nessesary. |
void |
Attribute.setEntity(Entity entity)
Sets the entity this attribute refers to. |
Method parameters in ucot.model.object with type arguments of type Entity | |
---|---|
private void |
Entity.checkEntityCollection(java.util.Collection<Entity> col)
|
Constructors in ucot.model.object with parameters of type Entity | |
---|---|
Attribute(Entity entity)
Creates new Attribute reference to given entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |