Uses of Class
org.eclipse.ocl.lpg.AbstractBasicEnvironment

Packages that use AbstractBasicEnvironment
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 AbstractBasicEnvironment in org.eclipse.ocl
 

Subclasses of AbstractBasicEnvironment in org.eclipse.ocl
 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.
 

Uses of AbstractBasicEnvironment in org.eclipse.ocl.ecore
 

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

Uses of AbstractBasicEnvironment in org.eclipse.ocl.uml
 

Subclasses of AbstractBasicEnvironment in org.eclipse.ocl.uml
 class UMLEnvironment
          Implementation of the Environment for parsing OCL expressions on UML models.
 


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