public class UMLEvaluationOptions extends Object
UMLEvaluationEnvironment to
customize its evaluation behaviour.| Modifier and Type | Field and Description |
|---|---|
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). |
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.
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.