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

Packages that use Environment.Internal
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of Environment.Internal in org.eclipse.ocl
 

Classes in org.eclipse.ocl that implement Environment.Internal
 class AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
          A partial implementation of the Environment interface providing some useful common behavior for providers of metamodel bindings.
 

Methods in org.eclipse.ocl that return Environment.Internal
 Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> Environment.Internal.getInternalParent()
          Obtains my parent environment after construction.
 Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> AbstractEnvironment.getInternalParent()
           
 

Methods in org.eclipse.ocl with parameters of type Environment.Internal
 void Environment.Internal.setInternalParent(Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> parent)
          Assigns me a parent environment after construction.
 void AbstractEnvironment.setInternalParent(Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> parent)
          Assigns me a parent environment after construction.
 

Constructors in org.eclipse.ocl with parameters of type Environment.Internal
AbstractEnvironment(Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> parent)
          Initializes me with the specified parent environment.
 

Uses of Environment.Internal in org.eclipse.ocl.ecore
 

Classes in org.eclipse.ocl.ecore that implement Environment.Internal
 class EcoreEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.
 

Uses of Environment.Internal in org.eclipse.ocl.uml
 

Classes in org.eclipse.ocl.uml that implement Environment.Internal
 class UMLEnvironment
          Implementation of the Environment for parsing OCL expressions on UML models.
 


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