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

Packages that use BasicEnvironment
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.utilities   
 

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

Subinterfaces of BasicEnvironment in org.eclipse.ocl.examples.pivot
static interface Environment.Internal
           An interface that merges the Environment and BasicEnvironment interfaces that define the behaviour realised in abstract form by AbstractEnvironment.
 

Classes in org.eclipse.ocl.examples.pivot that implement BasicEnvironment
 class AbstractBasicEnvironment
          Partial implementation of the BasicEnvironment interface, providing default behaviours for most features.
 class AbstractEnvironment
          A partial implementation of the Environment interface providing some useful common behavior for providers of metamodel bindings.
 

Methods in org.eclipse.ocl.examples.pivot that return BasicEnvironment
 BasicEnvironment AbstractBasicEnvironment.getParent()
           
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type BasicEnvironment
protected  void AbstractBasicEnvironment.setParent(BasicEnvironment parent)
          Assigns me a parent environment after construction.
 

Constructors in org.eclipse.ocl.examples.pivot with parameters of type BasicEnvironment
AbstractBasicEnvironment(BasicEnvironment parent)
          Initializes me with the specified parent environment, which should be of the same type as me.
 

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

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