|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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 ( INSTANCE_MODEL, M0 objects
(RUNTIME_OBJECTS), or indeterminate, in which
last case we guess on-the-fly (ADAPTIVE). |
| Methods in org.eclipse.ocl.uml.options that return EvaluationMode | |
|---|---|
static EvaluationMode |
EvaluationMode.valueOf(java.lang.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 are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||