Package | Description |
---|---|
org.processmining.dataawareexplorer.explorer | |
org.processmining.dataawareexplorer.plugin |
Modifier and Type | Method and Description |
---|---|
DataAwareExplorer |
ExplorerController.addExplorer(java.lang.String title,
DataAwareExplorer explorer) |
DataAwareExplorer |
ExplorerControllerImpl.addExplorer(java.lang.String title,
DataAwareExplorer explorer) |
DataAwareExplorer |
ExplorerController.addExplorerWithDiscoveredModel(ExplorerContext explorerContext,
ExplorerUpdater explorerUpdater,
ExplorerModel explorerModel,
DiscoveryProcessor.DiscoveryResult discoveryResult) |
DataAwareExplorer |
ExplorerControllerImpl.addExplorerWithDiscoveredModel(ExplorerContext explorerContext,
ExplorerUpdater explorerUpdater,
ExplorerModel explorerModel,
DiscoveryProcessor.DiscoveryResult discoveryResult) |
Modifier and Type | Method and Description |
---|---|
DataAwareExplorer |
ExplorerController.addExplorer(java.lang.String title,
DataAwareExplorer explorer) |
DataAwareExplorer |
ExplorerControllerImpl.addExplorer(java.lang.String title,
DataAwareExplorer explorer) |
void |
ExplorerController.switchExplorer(DataAwareExplorer explorer,
ViewMode viewMode) |
void |
ExplorerControllerImpl.switchExplorer(DataAwareExplorer explorer,
ViewMode viewMode) |
Constructor and Description |
---|
ExplorerControllerImpl(DataAwareExplorer rootExplorerInstance) |
Modifier and Type | Method and Description |
---|---|
DataAwareExplorer |
DataAwareExplorerPlugin.explore(org.processmining.framework.plugin.PluginContext context,
org.processmining.datapetrinets.DataPetriNet net,
org.deckfour.xes.model.XLog log) |
DataAwareExplorer |
DataAwareExplorerPlugin.explore(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
DataAwareExplorerVisualization.visualise(org.processmining.framework.plugin.PluginContext pluginContext,
DataAwareExplorer rootExplorerInstance) |