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<AbstractInfoAnalysis> analyses,
Map<String,Object> results)
- Generates html for the given analyses and results using the registered
visualizers.
- Parameters:
analyses
- the analysesresults
- the results for the analyses
- Returns:
- the generated html, or null if no analysis could be visualized