Class LogFrequencyImpl

  • All Implemented Interfaces:
    org.processmining.framework.util.HTMLToString, LogFrequency

    public class LogFrequencyImpl
    extends java.lang.Object
    implements LogFrequency
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.processmining.framework.util.HTMLToString

        org.processmining.framework.util.HTMLToString.HTMLCellRenderer
    • Constructor Summary

      Constructors 
      Constructor Description
      LogFrequencyImpl​(org.deckfour.xes.model.XLog log)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int frequency)  
      int get​(int frequency)  
      java.lang.String toHTMLString​(boolean includeHTMLTags)  
      • Methods inherited from class java.lang.Object

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

      • LogFrequencyImpl

        public LogFrequencyImpl​(org.deckfour.xes.model.XLog log)
    • Method Detail

      • toHTMLString

        public java.lang.String toHTMLString​(boolean includeHTMLTags)
        Specified by:
        toHTMLString in interface org.processmining.framework.util.HTMLToString
      • add

        public void add​(int frequency)
        Specified by:
        add in interface LogFrequency
      • get

        public int get​(int frequency)
        Specified by:
        get in interface LogFrequency