Interface ExplorerContext
-
- All Known Implementing Classes:
DataAwareExplorer
public interface ExplorerContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.processmining.framework.plugin.PluginContextgetContext()Deprecated.java.util.concurrent.ExecutorServicegetExecutor()org.processmining.logenhancement.view.LogViewContextgetLogViewContext()ExplorerInterfacegetUserQuery()
-
-
-
Method Detail
-
getExecutor
java.util.concurrent.ExecutorService getExecutor()
-
getUserQuery
ExplorerInterface getUserQuery()
-
getLogViewContext
org.processmining.logenhancement.view.LogViewContext getLogViewContext()
-
getContext
@Deprecated org.processmining.framework.plugin.PluginContext getContext()
Deprecated.
-
-