Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenLink

Packages that use GenLink
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenLink in org.eclipse.gmf.codegen.gmfgen
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenLink
 GenLink GMFGenFactory.createGenLink()
          Returns a new object of class 'Gen Link'.
 GenLink GenLinkConstraints.getLink()
          Returns the value of the 'Link' container reference.
 GenLink GenLinkLabel.getLink()
          Returns the value of the 'Link' container reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenLink
 org.eclipse.emf.common.util.EList<GenLink> GenLinkEnd.getGenIncomingLinks()
          Returns the value of the 'Gen Incoming Links' reference list.
 org.eclipse.emf.common.util.EList<GenLink> ToolEntry.getGenLinks()
          Returns the value of the 'Gen Links' reference list.
 org.eclipse.emf.common.util.EList<GenLink> GenLinkEnd.getGenOutgoingLinks()
          Returns the value of the 'Gen Outgoing Links' reference list.
 org.eclipse.emf.common.util.EList<GenLink> GenDiagram.getLinks()
          Returns the value of the 'Links' containment reference list.
 List<GenLink> GenDiagram.getPhantomLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> GenNode.getReorientedIncomingLinks()
          Returns the value of the 'Reoriented Incoming Links' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenLink
 void GenLinkConstraints.setLink(GenLink value)
          Sets the value of the 'Link' container reference.
 void GenLinkLabel.setLink(GenLink value)
          Sets the value of the 'Link' container reference.
 

Uses of GenLink in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenLink
 class GenLinkImpl
          An implementation of the model object 'Gen Link'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenLink
protected  org.eclipse.emf.common.util.EList<GenLink> ToolEntryImpl.genLinks
          The cached value of the 'Gen Links' reference list.
protected  org.eclipse.emf.common.util.EList<GenLink> GenDiagramImpl.links
          The cached value of the 'Links' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenLink
 GenLink GMFGenFactoryImpl.createGenLink()
           
 GenLink GenLinkLabelImpl.getLink()
           
 GenLink GenLinkConstraintsImpl.getLink()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenLink
 org.eclipse.emf.common.util.EList<GenLink> GenLinkImpl.getGenIncomingLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> GenNodeImpl.getGenIncomingLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> ToolEntryImpl.getGenLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> GenLinkImpl.getGenOutgoingLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> GenNodeImpl.getGenOutgoingLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> GenDiagramImpl.getLinks()
           
 List<GenLink> GenDiagramImpl.getPhantomLinks()
           
 org.eclipse.emf.common.util.EList<GenLink> GenNodeImpl.getReorientedIncomingLinks()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenLink
 org.eclipse.emf.common.notify.NotificationChain GenLinkLabelImpl.basicSetLink(GenLink newLink, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenLinkConstraintsImpl.basicSetLink(GenLink newLink, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenLinkLabelImpl.setLink(GenLink newLink)
           
 void GenLinkConstraintsImpl.setLink(GenLink newLink)
           
 

Uses of GenLink in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenLink
 T GMFGenSwitch.caseGenLink(GenLink object)
          Returns the result of interpreting the object as an instance of 'Gen Link'.
 



Copyright © 2012. All Rights Reserved.