Class DateChart


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

      Constructors 
      Constructor Description
      DateChart()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log, java.util.Date firstLogDate, java.util.Date lastLogDate)
      Returns a bar chart showing for every abstract date in the log: 1.
      • Methods inherited from class java.lang.Object

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

      • DateChart

        public DateChart()
    • Method Detail

      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log,
                                                      java.util.Date firstLogDate,
                                                      java.util.Date lastLogDate)
        Returns a bar chart showing for every abstract date in the log: 1. how many first events have that abstract date and 2. how many last events have that abstract date. Based on the time span of the log, the abstraction and the time unit (days, hours, ...) is selected automatically.
        Parameters:
        log - The log.
        firstLogDate - The earliest first date in the log.
        lastLogDate - The latest last date in the log.
        Returns:
        The panel containing the bar chart.