Class HtmlReport


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

      Constructors 
      Constructor Description
      HtmlReport​(boolean minify)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeReport​(Graph graph, java.util.List<Constraint.Violation> violations, java.lang.Appendable out, java.lang.String title)  
      • Methods inherited from class java.lang.Object

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

      • HtmlReport

        public HtmlReport​(boolean minify)
    • Method Detail

      • writeReport

        public void writeReport​(Graph graph,
                                java.util.List<Constraint.Violation> violations,
                                java.lang.Appendable out,
                                java.lang.String title)