Class EventBasedPrecision

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

    public class EventBasedPrecision
    extends java.lang.Object
    implements org.processmining.framework.util.HTMLToString
    • Nested Class Summary

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

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

      • EventBasedPrecision

        public EventBasedPrecision()
    • Method Detail

      • getPrecision

        public double getPrecision()
      • getSumPrecision

        public double getSumPrecision()
      • addSumPrecision

        public void addSumPrecision​(double eventPrecision)
      • getNofEvents

        public long getNofEvents()
      • addNofEvents

        public void addNofEvents​(long nofEvents)
      • addInfo

        public void addInfo​(java.lang.String line)
      • toHTMLString

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

        public boolean isShowInfo()
      • setShowInfo

        public void setShowInfo​(boolean showInfo)