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

Packages that use ChildReference
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.presentation   
org.eclipse.gmf.mappings.util   
 

Uses of ChildReference in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return ChildReference
 ChildReference GMFMapFactory.createChildReference()
          Returns a new object of class 'Child Reference'.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type ChildReference
 org.eclipse.emf.common.util.EList<ChildReference> NodeMapping.getChildren()
          Returns the value of the 'Children' containment reference list.
 org.eclipse.emf.common.util.EList<ChildReference> CompartmentMapping.getChildren()
          Returns the value of the 'Children' reference list.
 

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

Classes in org.eclipse.gmf.mappings.impl that implement ChildReference
 class ChildReferenceImpl
          An implementation of the model object 'Child Reference'.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type ChildReference
protected  org.eclipse.emf.common.util.EList<ChildReference> CompartmentMappingImpl.children
          The cached value of the 'Children' reference list.
protected  org.eclipse.emf.common.util.EList<ChildReference> NodeMappingImpl.children
          The cached value of the 'Children' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return ChildReference
 ChildReference GMFMapFactoryImpl.createChildReference()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type ChildReference
 org.eclipse.emf.common.util.EList<ChildReference> CompartmentMappingImpl.getChildren()
           
 org.eclipse.emf.common.util.EList<ChildReference> NodeMappingImpl.getChildren()
           
 

Uses of ChildReference in org.eclipse.gmf.mappings.presentation
 

Methods in org.eclipse.gmf.mappings.presentation with parameters of type ChildReference
static Collection<org.eclipse.emf.ecore.EObject> FilterUtil.filterByNodeMapping(Collection<org.eclipse.emf.ecore.EObject> compartments, ChildReference childReference)
           
 

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

Methods in org.eclipse.gmf.mappings.util with parameters of type ChildReference
 T GMFMapSwitch.caseChildReference(ChildReference object)
          Returns the result of interpreting the object as an instance of 'Child Reference'.
 



Copyright © 2012. All Rights Reserved.