Uses of Interface
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.OCLinEcoreCSTFactory

Packages that use OCLinEcoreCSTFactory
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
 

Uses of OCLinEcoreCSTFactory in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 

Fields in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST declared as OCLinEcoreCSTFactory
static OCLinEcoreCSTFactory OCLinEcoreCSTFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST that return OCLinEcoreCSTFactory
 OCLinEcoreCSTFactory OCLinEcoreCSTPackage.getOCLinEcoreCSTFactory()
          Returns the factory that creates the instances of the model.
 

Uses of OCLinEcoreCSTFactory in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that implement OCLinEcoreCSTFactory
 class OCLinEcoreCSTFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that return OCLinEcoreCSTFactory
 OCLinEcoreCSTFactory OCLinEcoreCSTPackageImpl.getOCLinEcoreCSTFactory()
           
static OCLinEcoreCSTFactory OCLinEcoreCSTFactoryImpl.init()
          Creates the default factory implementation.