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 ChangeSummary.getDataGraph()
          Returns the data graph associated with this change log.
 DataGraph DataObject.getDataGraph()
          Returns the data graph for this object or null if there isn't one.
 

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 EDataObjectImpl.getDataGraph()
           
 DataGraph DynamicEStoreEDataObjectImpl.getDataGraph()
           
 DataGraph EChangeSummaryImpl.getDataGraph()
           
 DataGraph DynamicEDataObjectImpl.getDataGraph()
           
 DataGraph EDataObjectAnyTypeImpl.getDataGraph()
           
 DataGraph EChangeSummarySettingImpl.getDataGraph()
           
 DataGraph EStoreEDataObjectImpl.getDataGraph()
           
 DataGraph EDataObjectSimpleAnyTypeImpl.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
 java.lang.Object SDOSwitch.caseDataGraph(DataGraph object)
          Returns the result of interpretting the object as an instance of 'Data Graph'
 


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