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.parser   
 

Uses of OCLFactory in org.eclipse.ocl
 

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

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.parser
 

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

Methods in org.eclipse.ocl.parser that return OCLFactory
protected  OCLFactory OCLAnalyzer.createOCLFactory(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
           
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.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.