Uses of Class
org.eclipse.ocl.AbstractEnvironment

Packages that use AbstractEnvironment
org.eclipse.emf.ocl.internal.parser   
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. 
 

Uses of AbstractEnvironment in org.eclipse.emf.ocl.internal.parser
 

Subclasses of AbstractEnvironment in org.eclipse.emf.ocl.internal.parser
 class CompatibilityEnvironment
           
 

Uses of AbstractEnvironment in org.eclipse.ocl
 

Methods in org.eclipse.ocl that return AbstractEnvironment
 AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> AbstractEnvironment.getParent()
          Deprecated. Since 1.2, use the getInternalParent() method, instead.
 

Methods in org.eclipse.ocl with parameters of type AbstractEnvironment
protected  void AbstractEnvironment.setParent(AbstractEnvironment<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 AbstractEnvironment
AbstractEnvironment(AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> parent)
          Initializes me with the specified parent environment, which should be of the same type as me.
 

Uses of AbstractEnvironment in org.eclipse.ocl.ecore
 

Subclasses of AbstractEnvironment in org.eclipse.ocl.ecore
 class EcoreEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.
 


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