Class EMFProfileAbstractExpression
java.lang.Object
org.modelversioning.emfprofile.diagram.expressions.EMFProfileAbstractExpression
- Generated class or method.
-
Constructor Summary
ModifierConstructorDescriptionprotected
EMFProfileAbstractExpression
(String body, EClassifier context) -
Method Summary
Modifier and TypeMethodDescriptionbody()
context()
protected abstract Object
doEvaluate
(Object context, Map env) static Object
performCast
(Object value, EDataType targetType) Expression may return number value which is not directly compatible with feature type (e.g.protected void
-
Constructor Details
-
EMFProfileAbstractExpression
- Generated class or method.
-
-
Method Details
-
setStatus
- Generated class or method.
-
getStatus
- Generated class or method.
-
body
- Generated class or method.
-
context
- Generated class or method.
-
doEvaluate
- Generated class or method.
-
evaluate
- Generated class or method.
-
evaluate
- Generated class or method.
-
performCast
Expression may return number value which is not directly compatible with feature type (e.g. Double when Integer is expected), or EEnumLiteral meta-object when literal instance is expected- Generated class or method.
-