de.cau.cs.kieler.synccharts.diagram.expressions
Class SyncchartsOCLFactory

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.diagram.expressions.SyncchartsOCLFactory

public class SyncchartsOCLFactory
extends Object

Rating red
Generated:
This code was automatically generated.

Constructor Summary
protected SyncchartsOCLFactory()
           
 
Method Summary
static SyncchartsAbstractExpression getExpression(int index, EClassifier context, Map<String,EClassifier> environment)
           
static SyncchartsAbstractExpression getExpression(String body, EClassifier context)
          This method will become private in the next release
static SyncchartsAbstractExpression 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

SyncchartsOCLFactory

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

getExpression

public static SyncchartsAbstractExpression getExpression(int index,
                                                         EClassifier context,
                                                         Map<String,EClassifier> environment)
Generated:
This code was automatically generated.

getExpression

public static SyncchartsAbstractExpression 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 SyncchartsAbstractExpression getExpression(String body,
                                                         EClassifier context)
This method will become private in the next release

Generated:
This code was automatically generated.