|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.torstennahm.integrate.visualize.SpreadSheetVisualizer
public class SpreadSheetVisualizer
Prints basic data for the integration process in a tab-delimited form for use in a spreadsheet. The function name, integration result, error estimate and time used are printed.
| Constructor Summary | |
|---|---|
SpreadSheetVisualizer()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Fully turn off the visualizer. |
void |
init()
Initializes the visualizer for use. |
void |
start()
Signals the visualizer that integration is now being started. |
void |
stop()
Signals the visualizer that integration has now ended and no further VisualizerData will be sent. |
void |
submit(VisualizerData data)
Send a data object to the visualizer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpreadSheetVisualizer()
| Method Detail |
|---|
public void init()
Visualizer
init in interface Visualizerpublic void start()
Visualizer
start in interface Visualizerpublic void stop()
VisualizerVisualizerData will be sent. The Visualizer
may use this signal to present a final display for this integration process.
stop in interface Visualizerpublic void destroy()
Visualizer
destroy in interface Visualizerpublic void submit(VisualizerData data)
Visualizer
submit in interface Visualizerdata - object containing data about the current state of the integration process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||