|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- the return type of the visualizationT
- the parameter type for the visualizationpublic interface IVisualizer<S,T>
The interface for all analysis result visualizer.
Method Summary | |
---|---|
boolean |
canVisualize(Object result)
Returns whether this class can visualize the given analysis result. |
S |
visualize(AbstractInfoAnalysis analysis,
Object result,
T parameter)
Visualizes the given analysis result by modifying the given parameter and/or returning an object that represents the visualization, if canVisualize returns true for the given result. |
Method Detail |
---|
boolean canVisualize(Object result)
result
- the result of an analysis
S visualize(AbstractInfoAnalysis analysis, Object result, T parameter)
canVisualize
returns true for the given result.
analysis
- the analysisresult
- the result to visualizeparameter
- the parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |