|
||||||||||
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.BoundVisualization
public class BoundVisualization
This class binds an analysis result to a visualization.
Constructor Summary | |
---|---|
BoundVisualization(AbstractInfoAnalysis theAnalysis,
Object theResult,
Visualization theVisualization)
Constructs a BoundVisualization. |
Method Summary | ||
---|---|---|
|
apply(Object parameter)
Performs the visualization by attaching it in some way to the given parameter. |
|
|
get()
Performs the visualization and returns the result. |
|
AbstractInfoAnalysis |
getAnalysis()
Returns the analysis which result is visualized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundVisualization(AbstractInfoAnalysis theAnalysis, Object theResult, Visualization theVisualization)
theAnalysis
- the analysistheResult
- the analysis resulttheVisualization
- the visualizationMethod Detail |
---|
public <S> S get()
S
- the visualization result type
public <S> S apply(Object parameter)
S
- the visualization result typeparameter
- the parameter
public AbstractInfoAnalysis getAnalysis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |