Package org.processmining.logprojection
Class LogProjectionPlugin
- java.lang.Object
-
- org.processmining.logprojection.LogProjectionPlugin
-
public class LogProjectionPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogProjectionPlugin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogViewlogToDottedChart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)static javax.swing.JComponentvisualize(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)static DottedChartInspectorvisualize(org.processmining.framework.plugin.PluginContext context, LogView logView)
-
-
-
Method Detail
-
logToDottedChart
public static LogView logToDottedChart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog) throws DottedChart.DottedChartException
- Throws:
DottedChart.DottedChartException
-
visualize
public static javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog) throws DottedChart.DottedChartException- Throws:
DottedChart.DottedChartException
-
visualize
public static DottedChartInspector visualize(org.processmining.framework.plugin.PluginContext context, LogView logView) throws DottedChart.DottedChartException
- Throws:
DottedChart.DottedChartException
-
-