|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |