de.cau.cs.kieler.keg.diagram.expressions
Class GraphsOCLFactory
java.lang.Object
de.cau.cs.kieler.keg.diagram.expressions.GraphsOCLFactory
public class GraphsOCLFactory
- extends Object
- Rating

- Generated:
- This code was automatically generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphsOCLFactory
protected GraphsOCLFactory()
- Generated:
- This code was automatically generated.
getExpression
public static GraphsAbstractExpression getExpression(int index,
EClassifier context,
Map<String,EClassifier> environment)
- Generated:
- This code was automatically generated.
getExpression
public static GraphsAbstractExpression 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:
- This code was automatically generated.
getExpression
public static GraphsAbstractExpression getExpression(String body,
EClassifier context)
- This method will become private in the next release
- Generated:
- This code was automatically generated.