Class TraceChart
- java.lang.Object
-
- org.processmining.filterbook.charts.TraceChart
-
public class TraceChart extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TraceChart()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JComponentgetChart(org.deckfour.xes.model.XLog log, Parameters parameters)Returns a bar chart showing for every attribute value: 1.
-
-
-
Method Detail
-
getChart
public static javax.swing.JComponent getChart(org.deckfour.xes.model.XLog log, Parameters parameters)Returns a bar chart showing for every attribute value: 1. how many traces have that attribute value.- Parameters:
log- The log.parameters- The parameters.- Returns:
- The panel containing the bar chart.
-
-