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.parser   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

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

Uses of OCLFactory in org.eclipse.ocl.uml
 

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


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