Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.CompleteOCLCSFactory

Packages that use CompleteOCLCSFactory
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
 

Uses of CompleteOCLCSFactory in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs declared as CompleteOCLCSFactory
static CompleteOCLCSFactory CompleteOCLCSFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return CompleteOCLCSFactory
 CompleteOCLCSFactory CompleteOCLCSPackage.getCompleteOCLCSFactory()
          Returns the factory that creates the instances of the model.
 

Uses of CompleteOCLCSFactory in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement CompleteOCLCSFactory
 class CompleteOCLCSFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return CompleteOCLCSFactory
 CompleteOCLCSFactory CompleteOCLCSPackageImpl.getCompleteOCLCSFactory()
           
static CompleteOCLCSFactory CompleteOCLCSFactoryImpl.init()
          Creates the default factory implementation.