|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.uml.options.UMLEvaluationOptions
public class UMLEvaluationOptions
Options applicable to the UMLEvaluationEnvironment
to
customize its evaluation behaviour.
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 |
---|
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 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |