Uses of Interface
org.eclipse.ocl.examples.library.oclstdlib.OCLstdlibFactory

Packages that use OCLstdlibFactory
org.eclipse.ocl.examples.library.oclstdlib   
org.eclipse.ocl.examples.library.oclstdlib.impl   
 

Uses of OCLstdlibFactory in org.eclipse.ocl.examples.library.oclstdlib
 

Fields in org.eclipse.ocl.examples.library.oclstdlib declared as OCLstdlibFactory
static OCLstdlibFactory OCLstdlibFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.library.oclstdlib that return OCLstdlibFactory
 OCLstdlibFactory OCLstdlibPackage.getOCLstdlibFactory()
          Returns the factory that creates the instances of the model.
 

Uses of OCLstdlibFactory in org.eclipse.ocl.examples.library.oclstdlib.impl
 

Classes in org.eclipse.ocl.examples.library.oclstdlib.impl that implement OCLstdlibFactory
 class OCLstdlibFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.library.oclstdlib.impl that return OCLstdlibFactory
 OCLstdlibFactory OCLstdlibPackageImpl.getOCLstdlibFactory()
           
static OCLstdlibFactory OCLstdlibFactoryImpl.init()
          Creates the default factory implementation.