Uses of Interface
org.eclipse.emf.ocl.parser.EnvironmentFactory

Packages that use EnvironmentFactory
org.eclipse.emf.ocl.helper Definition of the OCL Helper API for syntax completion support and a simplified parsing model. 
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation. 
 

Uses of EnvironmentFactory in org.eclipse.emf.ocl.helper
 

Methods in org.eclipse.emf.ocl.helper that return EnvironmentFactory
 EnvironmentFactory IOCLHelper.getEnvironmentFactory()
          Deprecated. Retrieves the environment factory for the metamodel that I am helping.
 

Methods in org.eclipse.emf.ocl.helper with parameters of type EnvironmentFactory
static IOCLHelper HelperUtil.createOCLHelper(EnvironmentFactory factory)
          Deprecated. Creates an IOCLHelper for the specified EMF metamodel.
 

Uses of EnvironmentFactory in org.eclipse.emf.ocl.parser
 

Classes in org.eclipse.emf.ocl.parser that implement EnvironmentFactory
 class AbstractEnvironmentFactory
          Deprecated. Use the AbstractEnvironmentFactory class, instead.
 class EcoreEnvironmentFactory
          Deprecated. Use the EcoreEnvironmentFactory class, instead.
 

Fields in org.eclipse.emf.ocl.parser declared as EnvironmentFactory
static EnvironmentFactory EnvironmentFactory.ECORE_INSTANCE
          Deprecated. An instance that creates Environments suitable for parsing OCL expressions on the Ecore metamodel.
 

Methods in org.eclipse.emf.ocl.parser that return EnvironmentFactory
 EnvironmentFactory Environment.getFactory()
          Deprecated. Obtains the factory that created me, or an appropriate default factory if I was not created using a factory.
 EnvironmentFactory EcoreEnvironment.getFactory()
          Deprecated.  
 

Methods in org.eclipse.emf.ocl.parser with parameters of type EnvironmentFactory
protected  void EcoreEnvironment.setFactory(EnvironmentFactory factory)
          Deprecated. Sets the factory that created me.
protected  void EcoreEnvironment.Access.setFactory(EnvironmentFactory factory)
          Used by the OCLHelper compatibility implementation to set the factory of an Ecore environment.
 


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