Uses of Interface
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.OCLinEcoreCSFactory

Packages that use OCLinEcoreCSFactory
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl   
 

Uses of OCLinEcoreCSFactory in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs
 

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs that return OCLinEcoreCSFactory
 OCLinEcoreCSFactory OCLinEcoreCSPackage.getOCLinEcoreCSFactory()
          Returns the factory that creates the instances of the model.
 

Uses of OCLinEcoreCSFactory in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl that implement OCLinEcoreCSFactory
 class OCLinEcoreCSFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl that return OCLinEcoreCSFactory
 OCLinEcoreCSFactory OCLinEcoreCSPackageImpl.getOCLinEcoreCSFactory()
           
static OCLinEcoreCSFactory OCLinEcoreCSFactoryImpl.init()
          Creates the default factory implementation.