Uses of Interface
org.eclipse.ocl.examples.pivot.Environment.Internal

Packages that use Environment.Internal
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of Environment.Internal in org.eclipse.ocl.examples.pivot
 

Classes in org.eclipse.ocl.examples.pivot that implement Environment.Internal
 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 Environment.Internal
 Environment.Internal AbstractEnvironment.getInternalParent()
           
 Environment.Internal Environment.Internal.getInternalParent()
          Obtains my parent environment after construction.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Environment.Internal
 void AbstractEnvironment.setInternalParent(Environment.Internal parent)
          Assigns me a parent environment after construction.
 void Environment.Internal.setInternalParent(Environment.Internal parent)
          Assigns me a parent environment after construction.
 

Constructors in org.eclipse.ocl.examples.pivot with parameters of type Environment.Internal
AbstractEnvironment(Environment.Internal parent)
          Initializes me with the specified parent environment.
 

Uses of Environment.Internal in org.eclipse.ocl.examples.pivot.utilities
 

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