de.cau.cs.kieler.kiml.grana.visualizers
Class AnalysisFailedVisualizer
java.lang.Object
de.cau.cs.kieler.kiml.grana.AbstractAnalysisResultVisualizer
de.cau.cs.kieler.kiml.grana.visualizers.AnalysisFailedVisualizer
public class AnalysisFailedVisualizer
- extends AbstractAnalysisResultVisualizer
The visualizer for failed analyses.
- Rating

Method Summary |
boolean |
canVisualize(Object result)
Returns whether this class can visualize the given analysis result. |
String |
visualize(Object result)
Visualizes the given result object by returning html if canVisualize returns true for the given result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalysisFailedVisualizer
public AnalysisFailedVisualizer()
canVisualize
public boolean canVisualize(Object result)
- Returns whether this class can visualize the given analysis result.
- Specified by:
canVisualize
in class AbstractAnalysisResultVisualizer
- Parameters:
result
- the result of an analysis
- Returns:
- true if this class can visualize the result
visualize
public String visualize(Object result)
- Visualizes the given result object by returning html if
canVisualize
returns true for the given result. Returns null if
usesResultDialog
returns true.
- Specified by:
visualize
in class AbstractAnalysisResultVisualizer
- Parameters:
result
- the result to visualize
- Returns:
- the html to display in the result dialog or null if this
visualizer displays the results in another way