Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTFactory

Packages that use CompleteOCLCSTFactory
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
 

Uses of CompleteOCLCSTFactory in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return CompleteOCLCSTFactory
 CompleteOCLCSTFactory CompleteOCLCSTPackage.getCompleteOCLCSTFactory()
          Returns the factory that creates the instances of the model.
 

Uses of CompleteOCLCSTFactory in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement CompleteOCLCSTFactory
 class CompleteOCLCSTFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return CompleteOCLCSTFactory
 CompleteOCLCSTFactory CompleteOCLCSTPackageImpl.getCompleteOCLCSTFactory()
           
static CompleteOCLCSTFactory CompleteOCLCSTFactoryImpl.init()
          Creates the default factory implementation.