Class FirstLastChart
- java.lang.Object
-
- org.processmining.filterbook.charts.FirstLastChart
-
public class FirstLastChart extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FirstLastChart()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JComponentgetChart(org.deckfour.xes.model.XLog log)Returns two pie charts showing the concept names for: 1.
-
-
-
Method Detail
-
getChart
public static javax.swing.JComponent getChart(org.deckfour.xes.model.XLog log)
Returns two pie charts showing the concept names for: 1. the first events in the log and 2. the last events in the log.- Parameters:
log- The log.dummyClassifier- The dummy classifier.parameters- The parameters.- Returns:
- The panel containing the pie charts.
-
-