Uses of Interface
org.eclipse.emf.ecore.sdo.EDataGraph

Packages that use EDataGraph
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF. 
org.eclipse.emf.ecore.sdo.impl Provides an implementation of the Ecore-based SDO API. 
org.eclipse.emf.ecore.sdo.presentation Provides UI support for Ecore SDO. 
org.eclipse.emf.ecore.sdo.util Provides utilities. 
 

Uses of EDataGraph in org.eclipse.emf.ecore.sdo
 

Methods in org.eclipse.emf.ecore.sdo that return EDataGraph
 EDataGraph SDOFactory.createEDataGraph()
          Returns a new object of class 'EData Graph'
 EDataGraph EChangeSummary.getEDataGraph()
          Returns the value of the 'EData Graph' reference.
 

Methods in org.eclipse.emf.ecore.sdo with parameters of type EDataGraph
 void EChangeSummary.setEDataGraph(EDataGraph value)
          Sets the value of the 'EData Graph' reference
 

Uses of EDataGraph in org.eclipse.emf.ecore.sdo.impl
 

Classes in org.eclipse.emf.ecore.sdo.impl that implement EDataGraph
 class EDataGraphImpl
          An implementation of the model object 'EData Graph'.
 

Fields in org.eclipse.emf.ecore.sdo.impl declared as EDataGraph
protected  EDataGraph EDataGraphImpl.EDataGraphExternalizable.eDataGraph
           
protected  EDataGraph EDataGraphImpl.EDataObjectExternalizable.eDataGraph
           
protected  EDataGraph EChangeSummaryImpl.eDataGraph
          The cached value of the 'EData Graph' reference
 

Methods in org.eclipse.emf.ecore.sdo.impl that return EDataGraph
 EDataGraph SDOFactoryImpl.createEDataGraph()
           
 EDataGraph EChangeSummaryImpl.getEDataGraph()
           
 

Methods in org.eclipse.emf.ecore.sdo.impl with parameters of type EDataGraph
 NotificationChain EChangeSummaryImpl.basicSetEDataGraph(EDataGraph newEDataGraph, NotificationChain msgs)
           
 void EChangeSummaryImpl.setEDataGraph(EDataGraph newEDataGraph)
           
 

Constructors in org.eclipse.emf.ecore.sdo.impl with parameters of type EDataGraph
EDataGraphImpl.EDataGraphExternalizable(EDataGraph eDataGraph)
           
EDataGraphImpl.EDataObjectExternalizable(EDataGraph eDataGraph, EObject eObject)
           
 

Uses of EDataGraph in org.eclipse.emf.ecore.sdo.presentation
 

Fields in org.eclipse.emf.ecore.sdo.presentation declared as EDataGraph
protected  EDataGraph SDOModelWizard.SDOModelWizardInitialObjectCreationPage.eDataGraph
           
 

Methods in org.eclipse.emf.ecore.sdo.presentation that return EDataGraph
 EDataGraph SDOModelWizard.SDOModelWizardInitialObjectCreationPage.createRootObject()
           
 

Uses of EDataGraph in org.eclipse.emf.ecore.sdo.util
 

Fields in org.eclipse.emf.ecore.sdo.util declared as EDataGraph
protected  EDataGraph DataGraphResourceFactoryImpl.DataGraphResourceImpl.HelperImpl.eDataGraph
           
protected  EDataGraph DataGraphResourceFactoryImpl.DataGraphResourceImpl.SaveImpl.eDataGraph
           
 

Methods in org.eclipse.emf.ecore.sdo.util that return EDataGraph
static EDataGraph SDOUtil.getEDataGraph(EObject eObject)
           
static EDataGraph SDOUtil.loadDataGraph(java.io.InputStream inputStream, java.util.Map<?,?> options)
           
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type EDataGraph
 T SDOSwitch.caseEDataGraph(EDataGraph object)
          Returns the result of interpreting the object as an instance of 'EData Graph'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.