Uses of Interface
org.eclipse.ocl.examples.pivot.EnvironmentFactory

Packages that use EnvironmentFactory
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm.evaluator   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.helper   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.pivot.validation   
 

Uses of EnvironmentFactory in org.eclipse.ocl.examples.debug.evaluator
 

Classes in org.eclipse.ocl.examples.debug.evaluator that implement EnvironmentFactory
 class OCLVMEnvironmentFactory
           
 

Uses of EnvironmentFactory in org.eclipse.ocl.examples.debug.vm.evaluator
 

Subinterfaces of EnvironmentFactory in org.eclipse.ocl.examples.debug.vm.evaluator
 interface IVMEnvironmentFactory
           
 

Uses of EnvironmentFactory in org.eclipse.ocl.examples.pivot
 

Classes in org.eclipse.ocl.examples.pivot that implement EnvironmentFactory
 class AbstractEnvironmentFactory
          Partial implementation of the EnvironmentFactory interface, useful for subclassing to define the Pivot binding for a metamodel.
 

Methods in org.eclipse.ocl.examples.pivot that return EnvironmentFactory
 EnvironmentFactory OCL.getEnvironmentFactory()
           
 EnvironmentFactory Environment.getFactory()
          Obtains the factory that created me, or an appropriate default factory if I was not created using a factory.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type EnvironmentFactory
static
<T> T
OCLUtil.getAdapter(EnvironmentFactory factory, java.lang.Class<T> adapterType)
          Obtains an adapter for the specified interface type.
static OCL OCL.newInstance(EnvironmentFactory envFactory)
          Creates a new OCL using the specified Ecore environment factory.
static OCL OCL.newInstance(EnvironmentFactory envFactory, org.eclipse.emf.ecore.resource.Resource resource)
          Creates a new OCL using the specified Ecore environment factory and a resource from which to load the initial environment.
 

Constructors in org.eclipse.ocl.examples.pivot with parameters of type EnvironmentFactory
OCL(EnvironmentFactory envFactory, Environment rootEnv)
          Initializes me with my environment factory and root environment.
 

Uses of EnvironmentFactory in org.eclipse.ocl.examples.pivot.helper
 

Fields in org.eclipse.ocl.examples.pivot.helper declared as EnvironmentFactory
protected  EnvironmentFactory OCLHelperImpl.environmentFactory
           
 

Uses of EnvironmentFactory in org.eclipse.ocl.examples.pivot.utilities
 

Classes in org.eclipse.ocl.examples.pivot.utilities that implement EnvironmentFactory
 class PivotEnvironmentFactory
          Implementation of the EnvironmentFactory for parsing OCL expressions on Ecore models.
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return EnvironmentFactory
 EnvironmentFactory PivotEnvironment.getFactory()
           
 

Uses of EnvironmentFactory in org.eclipse.ocl.examples.pivot.validation
 

Fields in org.eclipse.ocl.examples.pivot.validation declared as EnvironmentFactory
protected  EnvironmentFactory PivotEObjectValidator.ValidationAdapter.environmentFactory