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

Packages that use Link
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 Link in de.cau.cs.kieler.kaom
 

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

Methods in de.cau.cs.kieler.kaom that return types with arguments of type Link
 EList<Link> Entity.getChildLinks()
          Returns the value of the 'Child Links' containment reference list.
 EList<Link> Linkable.getIncomingLinks()
          Returns the value of the 'Incoming Links' reference list.
 EList<Link> Linkable.getOutgoingLinks()
          Returns the value of the 'Outgoing Links' reference list.
 

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

Methods in de.cau.cs.kieler.kaom.diagram.edit.commands that return Link
protected  Link LinkReorientCommand.getLink()
           
 

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

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

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

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

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

Fields in de.cau.cs.kieler.kaom.impl with type parameters of type Link
protected  EList<Link> EntityImpl.childLinks
          The cached value of the 'Child Links' containment reference list.
protected  EList<Link> EntityImpl.incomingLinks
          The cached value of the 'Incoming Links' reference list.
protected  EList<Link> LinkableImpl.incomingLinks
          The cached value of the 'Incoming Links' reference list.
protected  EList<Link> PortImpl.incomingLinks
          The cached value of the 'Incoming Links' reference list.
protected  EList<Link> RelationImpl.incomingLinks
          The cached value of the 'Incoming Links' reference list.
protected  EList<Link> EntityImpl.outgoingLinks
          The cached value of the 'Outgoing Links' reference list.
protected  EList<Link> LinkableImpl.outgoingLinks
          The cached value of the 'Outgoing Links' reference list.
protected  EList<Link> PortImpl.outgoingLinks
          The cached value of the 'Outgoing Links' reference list.
protected  EList<Link> RelationImpl.outgoingLinks
          The cached value of the 'Outgoing Links' reference list.
 

Methods in de.cau.cs.kieler.kaom.impl that return Link
 Link KaomFactoryImpl.createLink()
           
 

Methods in de.cau.cs.kieler.kaom.impl that return types with arguments of type Link
 EList<Link> EntityImpl.getChildLinks()
           
 EList<Link> EntityImpl.getIncomingLinks()
           
 EList<Link> LinkableImpl.getIncomingLinks()
           
 EList<Link> PortImpl.getIncomingLinks()
           
 EList<Link> RelationImpl.getIncomingLinks()
           
 EList<Link> EntityImpl.getOutgoingLinks()
           
 EList<Link> LinkableImpl.getOutgoingLinks()
           
 EList<Link> PortImpl.getOutgoingLinks()
           
 EList<Link> RelationImpl.getOutgoingLinks()
           
 

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

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