Generation Framework

Uses of Interface
org.eclipse.gmf.mappings.NodeMapping

Packages that use NodeMapping
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.util   
 

Uses of NodeMapping in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return NodeMapping
 NodeMapping TopNodeReference.getOwnedChild()
          Returns the value of the 'Owned Child' containment reference
 NodeMapping GMFMapFactory.createNodeMapping()
          Returns a new object of class 'Node Mapping'
 NodeMapping NodeReference.getChild()
          Returns the value of the 'Child' reference
 NodeMapping ChildReference.getParentNode()
          Returns the value of the 'Parent Node' container reference.
 NodeMapping ChildReference.getOwnedChild()
          Returns the value of the 'Owned Child' containment reference
 NodeMapping ChildReference.getReferencedChild()
          Returns the value of the 'Referenced Child' reference
 NodeMapping CompartmentMapping.getParentNode()
          Returns the value of the 'Parent Node' container reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type NodeMapping
 void TopNodeReference.setOwnedChild(NodeMapping value)
          Sets the value of the 'Owned Child' containment reference
 void ChildReference.setParentNode(NodeMapping value)
          Sets the value of the 'Parent Node' container reference
 void ChildReference.setOwnedChild(NodeMapping value)
          Sets the value of the 'Owned Child' containment reference
 void ChildReference.setReferencedChild(NodeMapping value)
          Sets the value of the 'Referenced Child' reference
 

Uses of NodeMapping in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement NodeMapping
 class NodeMappingImpl
           An implementation of the model object 'Node Mapping'
 

Fields in org.eclipse.gmf.mappings.impl declared as NodeMapping
protected  NodeMapping TopNodeReferenceImpl.ownedChild
          The cached value of the 'Owned Child' containment reference
protected  NodeMapping ChildReferenceImpl.ownedChild
          The cached value of the 'Owned Child' containment reference
protected  NodeMapping ChildReferenceImpl.referencedChild
          The cached value of the 'Referenced Child' reference
 

Methods in org.eclipse.gmf.mappings.impl that return NodeMapping
 NodeMapping TopNodeReferenceImpl.getOwnedChild()
           
 NodeMapping TopNodeReferenceImpl.getChild()
           
 NodeMapping GMFMapFactoryImpl.createNodeMapping()
           
abstract  NodeMapping NodeReferenceImpl.getChild()
           
 NodeMapping CompartmentMappingImpl.getParentNode()
           
 NodeMapping ChildReferenceImpl.getParentNode()
           
 NodeMapping ChildReferenceImpl.getOwnedChild()
           
 NodeMapping ChildReferenceImpl.getReferencedChild()
           
 NodeMapping ChildReferenceImpl.basicGetReferencedChild()
           
 NodeMapping ChildReferenceImpl.getChild()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type NodeMapping
 NotificationChain TopNodeReferenceImpl.basicSetOwnedChild(NodeMapping newOwnedChild, NotificationChain msgs)
           
 void TopNodeReferenceImpl.setOwnedChild(NodeMapping newOwnedChild)
           
 NotificationChain ChildReferenceImpl.basicSetParentNode(NodeMapping newParentNode, NotificationChain msgs)
           
 void ChildReferenceImpl.setParentNode(NodeMapping newParentNode)
           
 NotificationChain ChildReferenceImpl.basicSetOwnedChild(NodeMapping newOwnedChild, NotificationChain msgs)
           
 void ChildReferenceImpl.setOwnedChild(NodeMapping newOwnedChild)
           
 void ChildReferenceImpl.setReferencedChild(NodeMapping newReferencedChild)
           
 

Uses of NodeMapping in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type NodeMapping
 java.lang.Object GMFMapSwitch.caseNodeMapping(NodeMapping object)
          Returns the result of interpretting the object as an instance of 'Node Mapping'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.