de.cau.cs.kieler.kiml.grana.ui
Class HtmlResultGenerator

java.lang.Object
  extended by de.cau.cs.kieler.kiml.grana.ui.HtmlResultGenerator

public final class HtmlResultGenerator
extends Object

A utility class for generating html from a set of analysis results.

Rating red

Method Summary
static String generate(List<BoundVisualization> boundVisualizations)
          Generates html for the given analyses and results using the registered visualizers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generate

public static String generate(List<BoundVisualization> boundVisualizations)
Generates html for the given analyses and results using the registered visualizers.

Parameters:
boundVisualizations - the visualizations, sorted by category
Returns:
the generated html, or null if no analysis could be visualized