Uses of Interface
org.eclipse.ocl.options.Customizable

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

Subinterfaces of Customizable in org.eclipse.ocl
static interface Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
           An interface that merges the Environment and BasicEnviroment interfaces that define the behaviour realised in abstract form by AbstractEnviroment.
 

Classes in org.eclipse.ocl that implement Customizable
 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.
 class AbstractEvaluationEnvironment<C,O,P,CLS,E>
          A partial implementation of the EvaluationEnvironment interface, providing some useful common behaviors.
 

Uses of Customizable in org.eclipse.ocl.ecore
 

Classes in org.eclipse.ocl.ecore that implement Customizable
 class EcoreEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.
 class EcoreEvaluationEnvironment
          Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of Ecore models (i.e., on M0 models).
 

Uses of Customizable in org.eclipse.ocl.lpg
 

Subinterfaces of Customizable in org.eclipse.ocl.lpg
 interface BasicEnvironment
          A BasicEnvironment provides input token and output problem support for a text analysis comprising an AbstractAnalyzer for semantic analysis, AbstractParser for syntactic analysis (parsing), and an AbstractLexer for lexical analysis.
 interface BasicEnvironment2
          A BasicEnvironment2 provides an extended environment interface to support asymmetric as well as symmetric mappings between CST and AST.
 

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

Uses of Customizable in org.eclipse.ocl.uml
 

Classes in org.eclipse.ocl.uml that implement Customizable
 class UMLEnvironment
          Implementation of the Environment for parsing OCL expressions on UML models.
 class UMLEvaluationEnvironment
          Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of UML models (i.e., on M0 models).
 


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