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

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

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

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

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

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

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

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

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

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

Methods in de.cau.cs.kieler.kaom.impl that return Relation
 Relation KaomFactoryImpl.createRelation()
           
 

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

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

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