Uses of Interface
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.OCLstdlibCSFactory

Packages that use OCLstdlibCSFactory
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
 

Uses of OCLstdlibCSFactory in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs that return OCLstdlibCSFactory
 OCLstdlibCSFactory OCLstdlibCSPackage.getOCLstdlibCSFactory()
          Returns the factory that creates the instances of the model.
 

Uses of OCLstdlibCSFactory in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement OCLstdlibCSFactory
 class OCLstdlibCSFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that return OCLstdlibCSFactory
 OCLstdlibCSFactory OCLstdlibCSPackageImpl.getOCLstdlibCSFactory()
           
static OCLstdlibCSFactory OCLstdlibCSFactoryImpl.init()
          Creates the default factory implementation.