Class DirectlyFollowsChart


  • public class DirectlyFollowsChart
    extends java.lang.Object
    • 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 for every event class a pie chart showing how many times it is directly followed by every event class.
      static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log, Parameters parameters)
      Returns for every attribute value a pie chart showing how many times it is directly followed by every attribute value.
      • Methods inherited from class java.lang.Object

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

      • DirectlyFollowsChart

        public DirectlyFollowsChart()
    • Method Detail

      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log,
                                                      org.deckfour.xes.classification.XEventClassifier dummyClassifier,
                                                      Parameters parameters)
        Returns for every event class a pie chart showing how many times it is directly followed by every event class.
        Parameters:
        log - The log.
        dummyClassifier - The dummy classifier (in case no classifier has been selected).
        parameters - The parameters.
        Returns:
        The panel containing the pie charts.
      • getChart

        public static javax.swing.JComponent getChart​(org.deckfour.xes.model.XLog log,
                                                      Parameters parameters)
        Returns for every attribute value a pie chart showing how many times it is directly followed by every attribute value.
        Parameters:
        log - The log.
        parameters - The parameters.
        Returns:
        The panel containing the pie charts.