Uses of Interface
commonj.sdo.DataGraph

Packages that use DataGraph
commonj.sdo Provides an API for accessing and manipulating structured data. 
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.util Provides utilities. 
 

Uses of DataGraph in commonj.sdo
 

Methods in commonj.sdo that return DataGraph
 DataGraph DataObject.getDataGraph()
          Returns the data graph for this object or null if there isn't one.
 DataGraph ChangeSummary.getDataGraph()
          Returns the data graph associated with this change log.
 

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

Subinterfaces of DataGraph in org.eclipse.emf.ecore.sdo
 interface EDataGraph
          A representation of the model object 'EData Graph'.
 

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

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

Methods in org.eclipse.emf.ecore.sdo.impl that return DataGraph
 DataGraph DynamicEDataObjectImpl.getDataGraph()
           
 DataGraph EDataObjectSimpleAnyTypeImpl.getDataGraph()
           
 DataGraph EChangeSummarySettingImpl.getDataGraph()
           
 DataGraph EChangeSummaryImpl.getDataGraph()
           
 DataGraph EDataObjectImpl.getDataGraph()
           
 DataGraph DynamicEStoreEDataObjectImpl.getDataGraph()
           
 DataGraph EDataObjectAnyTypeImpl.getDataGraph()
           
 DataGraph EStoreEDataObjectImpl.getDataGraph()
           
 

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

Methods in org.eclipse.emf.ecore.sdo.util that return DataGraph
static DataGraph SDOUtil.getDataGraph(EObject eObject)
           
 

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


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