Class AlignmentPrecGenRes

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

    public class AlignmentPrecGenRes
    extends java.lang.Object
    implements org.processmining.framework.util.HTMLToString
    Author:
    aadrians Oct 16, 2011
    • Nested Class Summary

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

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

      • AlignmentPrecGenRes

        public AlignmentPrecGenRes()
    • Method Detail

      • getPrecision

        public double getPrecision()
        Returns:
        the precision
      • setPrecision

        public void setPrecision​(double precision)
        Parameters:
        precision - the precision to set
      • getGeneralization

        public double getGeneralization()
        Returns:
        the generalization
      • setGeneralization

        public void setGeneralization​(double generalization)
        Parameters:
        generalization - the generalization to set
      • toHTMLString

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