public class EventFilterVisualizer extends NotebookVisualizer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
HELP| Constructor and Description |
|---|
EventFilterVisualizer() |
| Modifier and Type | Method and Description |
|---|---|
static NotebookConfiguration |
getConfig(boolean createCells)
Returns a configuration for a simple notebook: - One computation cell - One
text cell - No add-cell buttons - "Explore Event Log" as default log
visualizer prefix.
|
javax.swing.JComponent |
run(org.processmining.contexts.uitopia.UIPluginContext context,
EventFilterModelAdapted notebook,
org.processmining.framework.plugin.ProMCanceller canceller) |
javax.swing.JComponent |
run(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.ProMCanceller canceller) |
changeView, revertView, visualize, visualizepublic static final java.lang.String NAME
public javax.swing.JComponent run(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.ProMCanceller canceller)
public javax.swing.JComponent run(org.processmining.contexts.uitopia.UIPluginContext context,
EventFilterModelAdapted notebook,
org.processmining.framework.plugin.ProMCanceller canceller)
public static NotebookConfiguration getConfig(boolean createCells)