Class EMFProfileAbstractExpression
java.lang.Object
org.modelversioning.emfprofile.diagram.expressions.EMFProfileAbstractExpression
- Generated class or method.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEMFProfileAbstractExpression(String body, EClassifier context) -
Method Summary
Modifier and TypeMethodDescriptionbody()context()protected abstract ObjectdoEvaluate(Object context, Map env) static ObjectperformCast(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.
-