Uses of Interface
org.eclipse.ohf.stem.definitions.labels.LabelsFactory

Packages that use LabelsFactory
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
 

Uses of LabelsFactory in org.eclipse.ohf.stem.definitions.labels
 

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

Methods in org.eclipse.ohf.stem.definitions.labels that return LabelsFactory
 LabelsFactory LabelsPackage.getLabelsFactory()
          Returns the factory that creates the instances of the model.
 

Uses of LabelsFactory in org.eclipse.ohf.stem.definitions.labels.impl
 

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement LabelsFactory
 class LabelsFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return LabelsFactory
 LabelsFactory LabelsPackageImpl.getLabelsFactory()
           
static LabelsFactory LabelsFactoryImpl.init()
          Creates the default factory implementation.