Class AbstractExplorerAction<T>
- java.lang.Object
-
- org.processmining.dataawareexplorer.explorer.action.AbstractExplorerAction<T>
-
- All Implemented Interfaces:
ExplorerAction<T>
- Direct Known Subclasses:
AbstractAlignmentAction
public abstract class AbstractExplorerAction<T> extends java.lang.Object implements ExplorerAction<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractExplorerAction(ExplorerContext explorerContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.processmining.framework.plugin.PluginContextgetContext()protected java.util.concurrent.ExecutorgetExecutor()protected ExplorerContextgetExplorerContext()voidonError(java.lang.String errorTitle, java.lang.Exception e)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.dataawareexplorer.explorer.action.ExplorerAction
execute, onAfterAction, onBeforeAction
-
-
-
-
Constructor Detail
-
AbstractExplorerAction
protected AbstractExplorerAction(ExplorerContext explorerContext)
-
-
Method Detail
-
getExecutor
protected java.util.concurrent.Executor getExecutor()
-
getContext
protected org.processmining.framework.plugin.PluginContext getContext()
-
getExplorerContext
protected ExplorerContext getExplorerContext()
-
onError
public void onError(java.lang.String errorTitle, java.lang.Exception e)- Specified by:
onErrorin interfaceExplorerAction<T>
-
-