Class FirstLastChart


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

      Constructors 
      Constructor Description
      FirstLastChart()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log)
      Returns two pie charts showing the concept names for: 1.
      • Methods inherited from class java.lang.Object

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

      • FirstLastChart

        public FirstLastChart()
    • Method Detail

      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log)
        Returns two pie charts showing the concept names for: 1. the first events in the log and 2. the last events in the log.
        Parameters:
        log - The log.
        dummyClassifier - The dummy classifier.
        parameters - The parameters.
        Returns:
        The panel containing the pie charts.