Class FirstChart


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

      Constructors 
      Constructor Description
      FirstChart()  
    • 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 first 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 first events in the log.
      • Methods inherited from class java.lang.Object

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

      • FirstChart

        public FirstChart()
    • 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 first 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 first events in the log.
        Parameters:
        log - The log.
        parameters - The parameters.
        Returns:
        The panel containing the pie chart.