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

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

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

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

Methods in org.eclipse.ohf.stem.core.graph that return GraphFactory
 GraphFactory GraphPackage.getGraphFactory()
          Returns the factory that creates the instances of the model.
 

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

Classes in org.eclipse.ohf.stem.core.graph.impl that implement GraphFactory
 class GraphFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return GraphFactory
 GraphFactory GraphPackageImpl.getGraphFactory()
           
static GraphFactory GraphFactoryImpl.init()
          Creates the default factory implementation.