Uses of Class
org.eclipse.mofscript.runtime.ExecutionManager

Packages that use ExecutionManager
org.eclipse.mofscript.parser   
org.eclipse.mofscript.runtime   
org.eclipse.mofscript.runtime.traceability   
 

Uses of ExecutionManager in org.eclipse.mofscript.parser
 

Fields in org.eclipse.mofscript.parser declared as ExecutionManager
protected  ExecutionManager MofScriptModelChecker._execMgr
           
 

Methods in org.eclipse.mofscript.parser that return ExecutionManager
static ExecutionManager ParserUtil.getExecutionManager()
           
 

Methods in org.eclipse.mofscript.parser with parameters of type ExecutionManager
static MofScriptModelChecker MofScriptParserFactory.createModelChecker(ExecutionManager execMgr)
          Creates an instance of the ModelChecker
 

Uses of ExecutionManager in org.eclipse.mofscript.runtime
 

Fields in org.eclipse.mofscript.runtime declared as ExecutionManager
protected static ExecutionManager RuleExecutor._execMgr
           
 

Methods in org.eclipse.mofscript.runtime that return ExecutionManager
static ExecutionManager RuleExecutor.getExecutionManager()
          Gets the ExecutionManager
static ExecutionManager ExecutionManager.getExecutionManager()
          Obtains (and creates) the singelton execution manager
 

Constructors in org.eclipse.mofscript.runtime with parameters of type ExecutionManager
RuleExecutor(TransformationRule rule, ExecutionManager execMgr)
          Constructor
 

Uses of ExecutionManager in org.eclipse.mofscript.runtime.traceability
 

Constructors in org.eclipse.mofscript.runtime.traceability with parameters of type ExecutionManager
TraceabilityRuleExecutor(TransformationRule rule, ExecutionManager execMgr)