Uses of Interface
org.eclipse.ocl.lpg.BasicEnvironment2

Packages that use BasicEnvironment2
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.lpg   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of BasicEnvironment2 in org.eclipse.ocl
 

Classes in org.eclipse.ocl that implement BasicEnvironment2
 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 BasicEnvironment2 in org.eclipse.ocl.ecore
 

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

Uses of BasicEnvironment2 in org.eclipse.ocl.lpg
 

Classes in org.eclipse.ocl.lpg that implement BasicEnvironment2
 class AbstractBasicEnvironment
          Partial implementation of the BasicEnvironment interface, providing default behaviours for most features.
 

Uses of BasicEnvironment2 in org.eclipse.ocl.uml
 

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


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