Uses of Class
org.eclipse.ocl.uml.options.EvaluationMode

Packages that use EvaluationMode
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.options   
 

Uses of EvaluationMode in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return EvaluationMode
protected  EvaluationMode UMLEvaluationEnvironment.getEffectiveEvaluationMode()
          Queries my effective evaluation mode which is just my assigned mode, unless I am ADAPTIVE.
protected  EvaluationMode UMLEvaluationEnvironment.getEffectiveEvaluationMode(Object context)
          Queries my effective evaluation mode which is just my assigned mode, unless I am ADAPTIVE.
 

Uses of EvaluationMode in org.eclipse.ocl.uml.options
 

Fields in org.eclipse.ocl.uml.options with type parameters of type EvaluationMode
static Option<EvaluationMode> UMLEvaluationOptions.EVALUATION_MODE
           Evaluation mode option determining whether we are working with M1 instance models (UMLEvaluationEnvironment.EvaluationMode#INSTANCE_MODEL, M0 objects (UMLEvaluationEnvironment.EvaluationMode#RUNTIME_OBJECTS), or indeterminate, in which last case we guess on-the-fly (UMLEvaluationEnvironment.EvaluationMode#ADAPTIVE).
 

Methods in org.eclipse.ocl.uml.options that return EvaluationMode
static EvaluationMode EvaluationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EvaluationMode[] EvaluationMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


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