Class EMFProfileOCLFactory
- java.lang.Object
-
- org.modelversioning.emfprofile.diagram.expressions.EMFProfileOCLFactory
-
public class EMFProfileOCLFactory extends Object
- Generated class or method.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EMFProfileOCLFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
-
-
-
Method Detail
-
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
public static EMFProfileAbstractExpression getExpression(String body, EClassifier context)
This method will become private in the next release- Generated class or method.
-
-