public interface OverviewVisualizationInitializer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
The category name for the interactive visualization.
|
java.lang.String |
getName()
The name of the interactive visualization as it is shown in the preprocessing framework.
|
javax.swing.JComponent |
initialize(org.processmining.contexts.uitopia.UIPluginContext pluginContext,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary)
The method that initializes the visualizations and returns its main UI component to the
preprocessing framework.
|
java.lang.String getCategory()
java.lang.String getName()
javax.swing.JComponent initialize(org.processmining.contexts.uitopia.UIPluginContext pluginContext,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary)
pluginContext - The (ProM) plugin context that can be used during initialization.log - The event log on which to base the visualization.summary - The event log summary for the provided event log.