|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Interface for classes used as an input to a Queue object. More...

Public Member Functions | |
| void | close () |
| Closes the pipe (if relevant). | |
| String | toDOT () |
Interface for classes used as an input to a Queue object.
This interface has a pullMessage() method that a Queue can call to get incoming messages.
| void frodo2.communication.QueueInputPipeInterface.close | ( | ) |
Closes the pipe (if relevant).
Implemented in frodo2.communication.QueueTest.QueueInputPipeTrivial, frodo2.communication.sharedMemory.QueueIOPipe, and frodo2.communication.tcp.QueueInputPipeTCP.
Referenced by frodo2.daemon.TestLocalWhitePages.testAgentAddress().
| String frodo2.communication.QueueInputPipeInterface.toDOT | ( | ) |
Implemented in frodo2.communication.QueueTest.QueueInputPipeTrivial, frodo2.communication.sharedMemory.QueueIOPipe, and frodo2.communication.tcp.QueueInputPipeTCP.