Class EMFProfileOCLFactory
java.lang.Object
org.modelversioning.emfprofile.diagram.expressions.EMFProfileOCLFactory
- Generated class or method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EMFProfileAbstractExpression
getExpression
(int index, EClassifier context, Map<String, EClassifier> environment) static EMFProfileAbstractExpression
getExpression
(String body, EClassifier context) This method will become private in the next releasestatic EMFProfileAbstractExpression
getExpression
(String body, EClassifier context, Map<String, EClassifier> environment) This is factory method, callers are responsible to keep reference to the return value if they want to reuse parsed expression
-
Constructor Details
-
EMFProfileOCLFactory
protected EMFProfileOCLFactory()- Generated class or method.
-
-
Method Details
-
getExpression
public static EMFProfileAbstractExpression getExpression(int index, EClassifier context, Map<String, EClassifier> environment) - Generated class or method.
-
getExpression
public static EMFProfileAbstractExpression getExpression(String body, EClassifier context, Map<String, EClassifier> environment) This is factory method, callers are responsible to keep reference to the return value if they want to reuse parsed expression- Generated class or method.
-
getExpression
This method will become private in the next release- Generated class or method.
-