de.cau.cs.kieler.kiml.grana.ui
Class HtmlResultGenerator
java.lang.Object
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

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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