de.cau.cs.kieler.keg.diagram.expressions
Class GraphsOCLFactory

java.lang.Object
  extended by de.cau.cs.kieler.keg.diagram.expressions.GraphsOCLFactory

public class GraphsOCLFactory
extends Object

Rating red
Generated:
This code was automatically generated.

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

Constructor Detail

GraphsOCLFactory

protected GraphsOCLFactory()
Generated:
This code was automatically generated.
Method Detail

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.