Uses of Interface
org.eclipse.ocl.utilities.OCLFactory

Packages that use OCLFactory
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.parser   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.internal   
 

Uses of OCLFactory in org.eclipse.ocl
 

Methods in org.eclipse.ocl that return OCLFactory
protected  OCLFactory AbstractTypeChecker.getOCLFactory()
          Obtains the OCL factory that I use to instantiate the OCL Abstract Syntax.
 OCLFactory Environment.getOCLFactory()
          Obtains a factory for the creation of types that are parameterized by model elements.
 

Uses of OCLFactory in org.eclipse.ocl.ecore
 

Methods in org.eclipse.ocl.ecore that return OCLFactory
 OCLFactory EcoreEnvironment.getOCLFactory()
           
 

Uses of OCLFactory in org.eclipse.ocl.ecore.internal
 

Classes in org.eclipse.ocl.ecore.internal that implement OCLFactory
 class OCLFactoryImpl
          Implementation of the OCLFactory API for the Ecore binding.
 

Fields in org.eclipse.ocl.ecore.internal declared as OCLFactory
static OCLFactory OCLFactoryImpl.INSTANCE
           
 

Uses of OCLFactory in org.eclipse.ocl.ecore.parser
 

Constructors in org.eclipse.ocl.ecore.parser with parameters of type OCLFactory
OCLFactoryWithHistory(OCLFactory delegate)
           
 

Uses of OCLFactory in org.eclipse.ocl.parser
 

Classes in org.eclipse.ocl.parser that implement OCLFactory
 class OCLFactoryWithHistory
          A wrapper for OCLFactorys that records a history of the objects created by it.
 

Fields in org.eclipse.ocl.parser declared as OCLFactory
protected  OCLFactory OCLFactoryWithHistory.delegate
           
protected  OCLFactory AbstractOCLAnalyzer.oclFactory
           
 

Methods in org.eclipse.ocl.parser that return OCLFactory
protected  OCLFactory AbstractOCLAnalyzer.createOCLFactory(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          Creates/obtains the OCLFactory that I use to create OCL AST elements.
protected  OCLFactory OCLAnalyzer.createOCLFactory(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
           
 

Constructors in org.eclipse.ocl.parser with parameters of type OCLFactory
OCLFactoryWithHistory(OCLFactory delegate)
           
 

Uses of OCLFactory in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return OCLFactory
 OCLFactory UMLEnvironment.getOCLFactory()
           
 

Uses of OCLFactory in org.eclipse.ocl.uml.internal
 

Fields in org.eclipse.ocl.uml.internal declared as OCLFactory
static OCLFactory OCLFactoryImpl.INSTANCE