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

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

Uses of TopNodeReference in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return TopNodeReference
 TopNodeReference GMFMapFactory.createTopNodeReference()
          Returns a new object of class 'Top Node Reference'.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type TopNodeReference
 org.eclipse.emf.common.util.EList<TopNodeReference> Mapping.getNodes()
          Returns the value of the 'Nodes' containment reference list.
 

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

Classes in org.eclipse.gmf.mappings.impl that implement TopNodeReference
 class TopNodeReferenceImpl
          An implementation of the model object 'Top Node Reference'.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type TopNodeReference
protected  org.eclipse.emf.common.util.EList<TopNodeReference> MappingImpl.nodes
          The cached value of the 'Nodes' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return TopNodeReference
 TopNodeReference GMFMapFactoryImpl.createTopNodeReference()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type TopNodeReference
 org.eclipse.emf.common.util.EList<TopNodeReference> MappingImpl.getNodes()
           
 

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

Methods in org.eclipse.gmf.mappings.util with parameters of type TopNodeReference
 T GMFMapSwitch.caseTopNodeReference(TopNodeReference object)
          Returns the result of interpreting the object as an instance of 'Top Node Reference'.
 



Copyright © 2012. All Rights Reserved.