Uses of Interface
org.eclipse.ocl.examples.pivot.Adaptable

Packages that use Adaptable
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of Adaptable in org.eclipse.ocl.examples.pivot
 

Subinterfaces of Adaptable in org.eclipse.ocl.examples.pivot
 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.
static interface Environment.Internal
           An interface that merges the Environment and BasicEnvironment interfaces that define the behaviour realised in abstract form by AbstractEnvironment.
 

Classes in org.eclipse.ocl.examples.pivot that implement Adaptable
 class AbstractBasicEnvironment
          Partial implementation of the BasicEnvironment interface, providing default behaviours for most features.
 class AbstractEnvironment
          A partial implementation of the Environment interface providing some useful common behavior for providers of metamodel bindings.
 class AbstractEnvironmentFactory
          Partial implementation of the EnvironmentFactory interface, useful for subclassing to define the OCL binding for a metamodel.
 

Uses of Adaptable in org.eclipse.ocl.examples.pivot.evaluation
 

Classes in org.eclipse.ocl.examples.pivot.evaluation that implement Adaptable
 class AbstractEvaluationEnvironment
          A partial implementation of the EvaluationEnvironment interface, providing some useful common behaviors.
 class PivotEvaluationEnvironment
          Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of Ecore models (i.e., on M0 models).
 

Uses of Adaptable in org.eclipse.ocl.examples.pivot.utilities
 

Classes in org.eclipse.ocl.examples.pivot.utilities that implement Adaptable
 class PivotEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.
 class PivotEnvironmentFactory
          Implementation of the EnvironmentFactory for parsing OCL expressions on Ecore models.