org.eclipse.ocl.uml.options
Class UMLEvaluationOptions

java.lang.Object
  extended by org.eclipse.ocl.uml.options.UMLEvaluationOptions

public class UMLEvaluationOptions
extends java.lang.Object

Options applicable to the UMLEvaluationEnvironment to customize its evaluation behaviour.

Since:
1.2
Author:
Christian W. Damus (cdamus)

Field Summary
static Option<EvaluationMode> EVALUATION_MODE
           Evaluation mode option determining whether we are working with M1 instance models (EvaluationMode.INSTANCE_MODEL, M0 objects (EvaluationMode.RUNTIME_OBJECTS), or indeterminate, in which last case we guess on-the-fly (EvaluationMode.ADAPTIVE).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVALUATION_MODE

public static final Option<EvaluationMode> EVALUATION_MODE

Evaluation mode option determining whether we are working with M1 instance models (EvaluationMode.INSTANCE_MODEL, M0 objects (EvaluationMode.RUNTIME_OBJECTS), or indeterminate, in which last case we guess on-the-fly (EvaluationMode.ADAPTIVE).

For compatibility with the 1.1 release behaviour, the default value of this option is EvaluationMode.ADAPTIVE.