Uses of Interface
de.cau.cs.kieler.kaom.Entity

Packages that use Entity
de.cau.cs.kieler.kaom   
de.cau.cs.kieler.kaom.diagram.edit.commands   
de.cau.cs.kieler.kaom.diagram.edit.policies   
de.cau.cs.kieler.kaom.impl   
de.cau.cs.kieler.kaom.util   
 

Uses of Entity in de.cau.cs.kieler.kaom
 

Methods in de.cau.cs.kieler.kaom that return Entity
 Entity KaomFactory.createEntity()
          Returns a new object of class 'Entity'.
 

Methods in de.cau.cs.kieler.kaom that return types with arguments of type Entity
 EList<Entity> Entity.getChildEntities()
          Returns the value of the 'Child Entities' containment reference list.
 

Uses of Entity in de.cau.cs.kieler.kaom.diagram.edit.commands
 

Methods in de.cau.cs.kieler.kaom.diagram.edit.commands that return Entity
 Entity LinkCreateCommand.getContainer()
           
 

Methods in de.cau.cs.kieler.kaom.diagram.edit.commands with parameters of type Entity
protected  void Entity2CreateCommand.doConfigure(Entity newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void EntityCreateCommand.doConfigure(Entity newElement, IProgressMonitor monitor, IAdaptable info)
           
 

Uses of Entity in de.cau.cs.kieler.kaom.diagram.edit.policies
 

Methods in de.cau.cs.kieler.kaom.diagram.edit.policies with parameters of type Entity
 boolean KaomBaseItemSemanticEditPolicy.LinkConstraints.canCreateLink_4001(Entity container, Linkable source, Linkable target)
           
 boolean KaomBaseItemSemanticEditPolicy.LinkConstraints.canExistLink_4001(Entity container, Link linkInstance, Linkable source, Linkable target)
           
 

Uses of Entity in de.cau.cs.kieler.kaom.impl
 

Classes in de.cau.cs.kieler.kaom.impl that implement Entity
 class EntityImpl
          An implementation of the model object 'Entity'.
 

Fields in de.cau.cs.kieler.kaom.impl with type parameters of type Entity
protected  EList<Entity> EntityImpl.childEntities
          The cached value of the 'Child Entities' containment reference list.
 

Methods in de.cau.cs.kieler.kaom.impl that return Entity
 Entity KaomFactoryImpl.createEntity()
           
 

Methods in de.cau.cs.kieler.kaom.impl that return types with arguments of type Entity
 EList<Entity> EntityImpl.getChildEntities()
           
 

Uses of Entity in de.cau.cs.kieler.kaom.util
 

Methods in de.cau.cs.kieler.kaom.util with parameters of type Entity
 T KaomSwitch.caseEntity(Entity object)
          Returns the result of interpreting the object as an instance of 'Entity'.