Package org.eclipse.epsilon.erl.execute
Class RuleExecutorFactory
java.lang.Object
org.eclipse.epsilon.eol.execute.ExecutorFactory
org.eclipse.epsilon.erl.execute.RuleExecutorFactory
- All Implemented Interfaces:
BaseDelegate<ExecutorFactory>
- Since:
- 1.6
- Author:
- Sina Madani
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.epsilon.common.function.BaseDelegate
BaseDelegate.MergeMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
merge
(BaseDelegate.MergeMode mode) void
setProfilingEnabled
(boolean profile) Methods inherited from class org.eclipse.epsilon.eol.execute.ExecutorFactory
addExecutionListener, disableStackTraceManager, dispose, enableStackTraceManager, execute, execute, executeImpl, executeImpl, getActiveModuleElement, getBase, getExecutionController, getExecutionListeners, getStackTraceManager, isProfilingEnabled, postExecuteFailure, postExecuteFinally, postExecuteSuccess, preExecute, removeExecutionListener, setBase, setExecutionController
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.common.function.BaseDelegate
delegateLookup, delegateLookup, delegateLookup, getFrom, getTo, mergeCollectionsUnique
-
Constructor Details
-
RuleExecutorFactory
public RuleExecutorFactory() -
RuleExecutorFactory
-
-
Method Details
-
setProfilingEnabled
public void setProfilingEnabled(boolean profile) -
merge
- Specified by:
merge
in interfaceBaseDelegate<ExecutorFactory>
- Overrides:
merge
in classExecutorFactory
-