|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A simplistic visualizer that just prints to the console. More...

Public Member Functions | |
| ConsoleVisualizer () | |
| Constructor. | |
| boolean | setCompiled (boolean compiled) |
| void | render (DCOPProblemInterface<?, ?> problem) |
| Public Member Functions inherited from frodo2.gui.Visualizer | |
| final void | showOutgoingAgentMessage (Object fromAgent, Message msg, Object toAgent) |
| Visualizes an outgoing message. | |
| final void | showIncomingAgentMessage (Message msg, Object toAgent) |
| Visualizes an incoming message. | |
Protected Member Functions | |
| void | showOutgoingAgentMessage (Object fromAgent, Message msg, Object toAgent, MsgVisualization viz) |
| void | showIncomingAgentMessage (Message msg, Object toAgent, MsgVisualization viz) |
| Protected Member Functions inherited from frodo2.gui.Visualizer | |
| Visualizer () | |
| Constructor. | |
| final void | wait (MsgVisualization viz) |
| Waits until the specified condition. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from frodo2.gui.Visualizer | |
| static long | getDisplayTime () |
| static MsgVisualization | getMsgViz (MessageType msgType) |
| Looks up the visualization strategy for a given message type. | |
| static void | setMsgViz (MessageType msgType, MsgVisualization viz) |
| Sets the visualization strategy for a given message type. | |
A simplistic visualizer that just prints to the console.
| frodo2.gui.ConsoleVisualizer.ConsoleVisualizer | ( | ) |
Constructor.
| void frodo2.gui.ConsoleVisualizer.render | ( | DCOPProblemInterface<?, ?> | problem | ) |
Reimplemented from frodo2.gui.Visualizer.
| boolean frodo2.gui.ConsoleVisualizer.setCompiled | ( | boolean | compiled | ) |
Reimplemented from frodo2.gui.Visualizer.
|
protected |
Reimplemented from frodo2.gui.Visualizer.
|
protected |
Reimplemented from frodo2.gui.Visualizer.