Uses of Interface
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.OCLstdlibCSTFactory

Packages that use OCLstdlibCSTFactory
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
 

Uses of OCLstdlibCSTFactory in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Fields in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST declared as OCLstdlibCSTFactory
static OCLstdlibCSTFactory OCLstdlibCSTFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST that return OCLstdlibCSTFactory
 OCLstdlibCSTFactory OCLstdlibCSTPackage.getOCLstdlibCSTFactory()
          Returns the factory that creates the instances of the model.
 

Uses of OCLstdlibCSTFactory in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement OCLstdlibCSTFactory
 class OCLstdlibCSTFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that return OCLstdlibCSTFactory
 OCLstdlibCSTFactory OCLstdlibCSTPackageImpl.getOCLstdlibCSTFactory()
           
static OCLstdlibCSTFactory OCLstdlibCSTFactoryImpl.init()
          Creates the default factory implementation.