Uses of Interface
org.eclipse.ohf.stem.core.graph.GraphPackage

Packages that use GraphPackage
org.eclipse.ohf.stem.core.graph   
org.eclipse.ohf.stem.core.graph.impl   
 

Uses of GraphPackage in org.eclipse.ohf.stem.core.graph
 

Fields in org.eclipse.ohf.stem.core.graph declared as GraphPackage
static GraphPackage GraphPackage.eINSTANCE
          The singleton instance of the package.
 

Methods in org.eclipse.ohf.stem.core.graph that return GraphPackage
 GraphPackage GraphFactory.getGraphPackage()
          Returns the package supported by this factory.
 

Uses of GraphPackage in org.eclipse.ohf.stem.core.graph.impl
 

Classes in org.eclipse.ohf.stem.core.graph.impl that implement GraphPackage
 class GraphPackageImpl
          An implementation of the model Package.
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return GraphPackage
 GraphPackage GraphFactoryImpl.getGraphPackage()
           
static GraphPackage GraphFactoryImpl.getPackage()
          Deprecated.  
static GraphPackage GraphPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.