|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.visualization.Visualization
public class Visualization
This class represents a concrete visualization.
Constructor Summary | |
---|---|
Visualization(IVisualizer<Object,Object> theVisualizer)
Constructs a Visualization. |
Method Summary | ||
---|---|---|
|
apply(AbstractInfoAnalysis analysis,
Object result,
Object parameter)
Performs the visualization by attaching it in some way to the given parameter. |
|
|
get(AbstractInfoAnalysis analysis,
Object result)
Performs the visualization and returns the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Visualization(IVisualizer<Object,Object> theVisualizer)
theVisualizer
- the visualizer that handles the visualizationMethod Detail |
---|
public <S> S get(AbstractInfoAnalysis analysis, Object result)
S
- the result typeanalysis
- the analysisresult
- the analysis result
public <S> S apply(AbstractInfoAnalysis analysis, Object result, Object parameter)
S
- the result typeanalysis
- the analysisresult
- the analysis resultparameter
- the parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |