Uses of Interface
org.eclipse.ohf.stem.definitions.nodes.NodesFactory

Packages that use NodesFactory
org.eclipse.ohf.stem.definitions.nodes   
org.eclipse.ohf.stem.definitions.nodes.impl   
 

Uses of NodesFactory in org.eclipse.ohf.stem.definitions.nodes
 

Fields in org.eclipse.ohf.stem.definitions.nodes declared as NodesFactory
static NodesFactory NodesFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ohf.stem.definitions.nodes that return NodesFactory
 NodesFactory NodesPackage.getNodesFactory()
          Returns the factory that creates the instances of the model.
 

Uses of NodesFactory in org.eclipse.ohf.stem.definitions.nodes.impl
 

Classes in org.eclipse.ohf.stem.definitions.nodes.impl that implement NodesFactory
 class NodesFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.definitions.nodes.impl that return NodesFactory
 NodesFactory NodesPackageImpl.getNodesFactory()
           
static NodesFactory NodesFactoryImpl.init()
          Creates the default factory implementation.