Class DurationChart


  • public class DurationChart
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DurationChart()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log, int precision)
      Returns a bar chart showing for every trace length: 1.
      • Methods inherited from class java.lang.Object

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

      • DurationChart

        public DurationChart()
    • Method Detail

      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log,
                                                      int precision)
        Returns a bar chart showing for every trace length: 1. how many traces have that length.
        Parameters:
        log - The log.
        Returns:
        The panel containing the chart.