Class 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.JComponent getChart​(org.deckfour.xes.model.XLog log, Parameters parameters)
      Returns a bar chart showing for every attribute value: 1.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TraceChart

        public TraceChart()
    • 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.