Class LastChart


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

      Constructors 
      Constructor Description
      LastChart()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier dummyClassifier, Parameters parameters)
      Returns a pie chart showing the event classes for the last events in the log.
      static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log, Parameters parameters)
      Returns a pie chart showing the attribute values for the last events in the log.
      • Methods inherited from class java.lang.Object

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

      • LastChart

        public LastChart()
    • Method Detail

      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log,
                                                      org.deckfour.xes.classification.XEventClassifier dummyClassifier,
                                                      Parameters parameters)
        Returns a pie chart showing the event classes for the last events in the log.
        Parameters:
        log - The log.
        dummyClassifier - The dummy classifier.
        parameters - The parameters.
        Returns:
        The panel containing the pie chart.
      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log,
                                                      Parameters parameters)
        Returns a pie chart showing the attribute values for the last events in the log.
        Parameters:
        log - The log.
        parameters - The parameters.
        Returns:
        The panel containing the pie chart.