public class HistogramPlugin
extends java.lang.Object
| Constructor and Description |
|---|
HistogramPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.jfree.data.category.CategoryDataset |
yourDefaultHistogramPlugin(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog input1)
The plug-in variant that runs in any context and uses the default configuration.
|
org.jfree.data.category.CategoryDataset |
yourDefaultHistogramPlugin(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog input1)
The plug-in variant that runs in a UI context and uses a dialog to get the configuration.
|
public org.jfree.data.category.CategoryDataset yourDefaultHistogramPlugin(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog input1)
context - The context to run in.input1 - The first input.public org.jfree.data.category.CategoryDataset yourDefaultHistogramPlugin(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog input1)
context - The context to run in.input1 - The first input.