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 TypeMethodDescriptionvoidmerge(BaseDelegate.MergeMode mode) voidsetProfilingEnabled(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, setExecutionControllerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
mergein interfaceBaseDelegate<ExecutorFactory>- Overrides:
mergein classExecutorFactory
-