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()
          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)
          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
          Partial implementation of the EnvironmentFactory interface, useful for subclassing for client metamodels.
 class EcoreEnvironmentFactory
          Environment factory for the Ecore metamodel.
 

Fields in org.eclipse.emf.ocl.parser declared as EnvironmentFactory
static EnvironmentFactory EnvironmentFactory.ECORE_INSTANCE
          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()
          Obtains the factory that created me, or an appropriate default factory if I was not created using a factory.
 EnvironmentFactory EcoreEnvironment.getFactory()
           
 

Methods in org.eclipse.emf.ocl.parser with parameters of type EnvironmentFactory
protected  void EcoreEnvironment.setFactory(EnvironmentFactory factory)
          Sets the factory that created me.
 


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