|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
public interface AlgorithmAdapter
Defines the requirements for an algorithm-adapter.
Note: Any implementation is supposed to provide a constructor without
parameters (default constructor).
| Method Summary | |
|---|---|
boolean |
canVisualize(VisualizerContext context)
Returns true if the adapter can provide one or more
Visualizers for the given Result, else false. |
Collection<Visualizer> |
getProvidedVisualizers()
Returns a collection of Visualizers this adapter generally
provides. |
Collection<Visualizer> |
getUsableVisualizers(VisualizerContext context)
Returns a collection of Visualizers this adapter provides,
depending on the given database and result. |
| Method Detail |
|---|
boolean canVisualize(VisualizerContext context)
true if the adapter can provide one or more
Visualizers for the given Result, else false.
context - Context to store shared visualization properties.
true if the adapter can provide one or more
Visualizers for the given Result, else false.Collection<Visualizer> getProvidedVisualizers()
Visualizers this adapter generally
provides.
Visualizers this adapter generally
provides.Collection<Visualizer> getUsableVisualizers(VisualizerContext context)
Visualizers this adapter provides,
depending on the given database and result.
context - Context to store shared visualization properties.
Visualizers this adapter provides,
depending on the given database and result.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||