org.eclipse.gmt.umlx.ecore.accessor
Class SimpleEObjectAccessor<C extends org.eclipse.emf.ecore.EObject,P,CM>

java.lang.Object
  extended by org.eclipse.gmt.umlx.ecore.accessor.ParentAccessor<C,P,CM>
      extended by org.eclipse.gmt.umlx.ecore.accessor.SingleParentAccessor<C,P,CM>
          extended by org.eclipse.gmt.umlx.ecore.accessor.SimpleEObjectAccessor<C,P,CM>
All Implemented Interfaces:
IParentAccessor<C,P,CM>, ISiblingAccessor<C,P,CM>
Direct Known Subclasses:
E2AssociationE2DirectedAssociationSiblingAccessor, GDiagramParentDiagramsSiblingAccessor, GImportsSiblingAccessor, GModelElementAccessor, OrphanageAssociationsSiblingAccessor, OrphanageE2TransientLinksSiblingAccessor, OrphanageInheritancesSiblingAccessor, SimpleENamedElementAccessor, UMappingInstanceUBindingsSiblingAccessor

public abstract class SimpleEObjectAccessor<C extends org.eclipse.emf.ecore.EObject,P,CM>
extends SingleParentAccessor<C,P,CM>


Method Summary
 org.eclipse.emf.ecore.resource.Resource eResource(C child)
           
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.accessor.SingleParentAccessor
basicGetParent, getLabel, getParent, getParentClass, getSiblingAccessor, getSiblings, hasLabel, removeChild, setLabel, setParent
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.accessor.ParentAccessor
getBaseParentClass, getChildClass, getCoModel, getCoModelClass, getParentAccessor, getParentAccessor, setCoModel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmt.umlx.ecore.accessor.ISiblingAccessor
getChildren
 
Methods inherited from interface org.eclipse.gmt.umlx.ecore.accessor.IParentAccessor
getBaseParentClass, getChildClass, getCoModel, getCoModelClass, setCoModel
 

Method Detail

eResource

public org.eclipse.emf.ecore.resource.Resource eResource(C child)