Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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 GMFMapFactory. createNodeMapping ()
          Returns a new object of class 'Node Mapping'
  NodeMapping NodeReference. getChild ()
          Returns the value of the ' Child ' reference
  NodeMapping TopNodeReference. getOwnedChild ()
          Returns the value of the ' Owned Child ' containment reference
  NodeMapping ChildReference. getOwnedChild ()
          Returns the value of the ' Owned Child ' containment reference
  NodeMapping CompartmentMapping. getParentNode ()
          Returns the value of the ' Parent Node ' container reference.
  NodeMapping ChildReference. getParentNode ()
          Returns the value of the ' Parent Node ' container reference.
  NodeMapping ChildReference. getReferencedChild ()
          Returns the value of the ' Referenced Child ' 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. 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. 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 ChildReferenceImpl. basicGetReferencedChild ()
           
  NodeMapping GMFMapFactoryImpl. createNodeMapping ()
           
  NodeMapping TopNodeReferenceImpl. getChild ()
           
abstract   NodeMapping NodeReferenceImpl. getChild ()
           
  NodeMapping ChildReferenceImpl. getChild ()
           
  NodeMapping TopNodeReferenceImpl. getOwnedChild ()
           
  NodeMapping ChildReferenceImpl. getOwnedChild ()
           
  NodeMapping CompartmentMappingImpl. getParentNode ()
           
  NodeMapping ChildReferenceImpl. getParentNode ()
           
  NodeMapping ChildReferenceImpl. getReferencedChild ()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type NodeMapping
 org.eclipse.emf.common.notify.NotificationChain TopNodeReferenceImpl. basicSetOwnedChild ( NodeMapping newOwnedChild, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ChildReferenceImpl. basicSetOwnedChild ( NodeMapping newOwnedChild, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ChildReferenceImpl. basicSetParentNode ( NodeMapping newParentNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TopNodeReferenceImpl. setOwnedChild ( NodeMapping newOwnedChild)
           
 void ChildReferenceImpl. setOwnedChild ( NodeMapping newOwnedChild)
           
 void ChildReferenceImpl. setParentNode ( NodeMapping newParentNode)
           
 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
  T GMFMapSwitch. caseNodeMapping ( NodeMapping object)
          Returns the result of interpreting 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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire