|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
This listener simply forwards all Heuristics messages to the central stats reporter. More...

Public Member Functions | |
| Collection< MessageType > | getMsgTypes () |
| void | notifyIn (Message msg) |
| void | setQueue (Queue queue) |
| Public Member Functions inherited from frodo2.communication.IncomingMsgPolicyInterface< T > | |
| default void | notifyIn (Message msg, Object toAgent) |
| Notifies the listener of an incoming message. | |
Package Attributes | |
| Queue | queue |
| the queue | |
This listener simply forwards all Heuristics messages to the central stats reporter.
| Collection< MessageType > frodo2.algorithms.adopt.test.testPreprocessing.forwardHeuristicsMessage.getMsgTypes | ( | ) |
| void frodo2.algorithms.adopt.test.testPreprocessing.forwardHeuristicsMessage.notifyIn | ( | Message | msg | ) |
Implements frodo2.communication.IncomingMsgPolicyInterface< T >.
References frodo2.algorithms.adopt.Preprocessing< Val extends Addable< Val >, U extends Addable< U > >.HEURISTICS_MSG_TYPE, and notifyIn().
Referenced by notifyIn().

| void frodo2.algorithms.adopt.test.testPreprocessing.forwardHeuristicsMessage.setQueue | ( | Queue | queue | ) |
Implements frodo2.communication.MessageListener< T >.
References queue.
|
package |
the queue
Referenced by setQueue().