Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.BaseCSTFactory

Packages that use BaseCSTFactory
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
 

Uses of BaseCSTFactory in org.eclipse.ocl.examples.xtext.base.baseCST
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST declared as BaseCSTFactory
static BaseCSTFactory BaseCSTFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return BaseCSTFactory
 BaseCSTFactory BaseCSTPackage.getBaseCSTFactory()
          Returns the factory that creates the instances of the model.
 

Uses of BaseCSTFactory in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement BaseCSTFactory
 class BaseCSTFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return BaseCSTFactory
 BaseCSTFactory BaseCSTPackageImpl.getBaseCSTFactory()
           
static BaseCSTFactory BaseCSTFactoryImpl.init()
          Creates the default factory implementation.