Uses of Interface
org.eclipse.emf.ocl.parser.EvaluationEnvironment

Packages that use EvaluationEnvironment
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
org.eclipse.emf.ocl.query Object Constraint Language query/constraint evaluation API.  
org.eclipse.emf.ocl.query.impl Implementation of the API for OCL queries.  
 

Uses of EvaluationEnvironment in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return EvaluationEnvironment
 EvaluationEnvironment EvaluationVisitor.getEvalEnvironment()
           
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type EvaluationEnvironment
 void EvaluationVisitor.setEvalEnvironment(EvaluationEnvironment env)
           
 

Uses of EvaluationEnvironment in org.eclipse.emf.ocl.expressions.impl
 

Methods in org.eclipse.emf.ocl.expressions.impl that return EvaluationEnvironment
 EvaluationEnvironment EvaluationVisitorImpl.getEvalEnvironment()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type EvaluationEnvironment
static EvaluationVisitor EvaluationVisitorImpl.getInstance(EvaluationEnvironment env, java.util.Map extentMap)
           
 void EvaluationVisitorImpl.setEvalEnvironment(EvaluationEnvironment newEnv)
          Sets the environment to the supplied value.
 

Uses of EvaluationEnvironment in org.eclipse.emf.ocl.expressions.util
 

Classes in org.eclipse.emf.ocl.expressions.util that implement EvaluationEnvironment
 class EvalEnvironment
          A mapping of names to objects used in the evaluation of expressions.
 

Constructors in org.eclipse.emf.ocl.expressions.util with parameters of type EvaluationEnvironment
EvalEnvironment(EvaluationEnvironment parent)
           
 

Uses of EvaluationEnvironment in org.eclipse.emf.ocl.parser
 

Methods in org.eclipse.emf.ocl.parser that return EvaluationEnvironment
 EvaluationEnvironment EnvironmentFactory.createEvaluationEnvironment()
          Creates a new evaluation environment to track the values of variables in an OCL expression as it is evaluated.
 EvaluationEnvironment AbstractEnvironmentFactory.createEvaluationEnvironment()
          Default evaluation environment is implemented as a Map of String ==> Object.
 

Uses of EvaluationEnvironment in org.eclipse.emf.ocl.query
 

Methods in org.eclipse.emf.ocl.query that return EvaluationEnvironment
 EvaluationEnvironment Query.getEvaluationEnvironment()
          Obtains the evaluation environment that I use to evaluate OCL expressions.
 

Methods in org.eclipse.emf.ocl.query with parameters of type EvaluationEnvironment
 void Query.setEvaluationEnvironment(EvaluationEnvironment env)
          Sets the evaluation environment that I use to evaluate OCL expressions.
 

Uses of EvaluationEnvironment in org.eclipse.emf.ocl.query.impl
 

Methods in org.eclipse.emf.ocl.query.impl that return EvaluationEnvironment
 EvaluationEnvironment QueryImpl.getEvaluationEnvironment()
           
 

Methods in org.eclipse.emf.ocl.query.impl with parameters of type EvaluationEnvironment
 void QueryImpl.setEvaluationEnvironment(EvaluationEnvironment env)
           
 


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