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

Packages that use ExecutionManager
org.sintef.mofscript.parser   
org.sintef.mofscript.runtime   
 

Uses of ExecutionManager in org.sintef.mofscript.parser
 

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

Methods in org.sintef.mofscript.parser with parameters of type ExecutionManager
static MofScriptModelChecker MofScriptParserFactory.createModelChecker(ExecutionManager execMgr)
           
 

Uses of ExecutionManager in org.sintef.mofscript.runtime
 

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

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

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