org.sintef.mofscript.runtime
Class MofScriptExecuterFactory
java.lang.Object
org.sintef.mofscript.runtime.MofScriptExecuterFactory
public class MofScriptExecuterFactory
- extends java.lang.Object
Handles the creation of executors
- Author:
- jol
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
umlFunctionCallClassName
protected static final java.lang.String umlFunctionCallClassName
- See Also:
- Constant Field Values
MofScriptExecuterFactory
public MofScriptExecuterFactory()
createStatementExecutor
public static StatementExecutor createStatementExecutor(MOFScriptStatement statement,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
- Parameters:
statement
-
- Returns:
createExpressionExecutor
public static ExpressionEvaluator createExpressionExecutor(Expression exp,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
- Parameters:
exp
-
- Returns:
createExecutionEnvironment
public static ExecutionEnvironment createExecutionEnvironment()
- Creates the correct environment based on the getUseTracebility()
- Returns:
- The environment (tracebility or regular)