Class LastChart
- java.lang.Object
-
- org.processmining.filterbook.charts.LastChart
-
public class LastChart extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LastChart()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JComponentgetChart(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier dummyClassifier, Parameters parameters)Returns a pie chart showing the event classes for the last events in the log.static javax.swing.JComponentgetChart(org.deckfour.xes.model.XLog log, Parameters parameters)Returns a pie chart showing the attribute values for the last events in the log.
-
-
-
Method Detail
-
getChart
public static javax.swing.JComponent getChart(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier dummyClassifier, Parameters parameters)Returns a pie chart showing the event classes for the last events in the log.- Parameters:
log- The log.dummyClassifier- The dummy classifier.parameters- The parameters.- Returns:
- The panel containing the pie chart.
-
getChart
public static javax.swing.JComponent getChart(org.deckfour.xes.model.XLog log, Parameters parameters)Returns a pie chart showing the attribute values for the last events in the log.- Parameters:
log- The log.parameters- The parameters.- Returns:
- The panel containing the pie chart.
-
-