|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A test listener that asks the SecureCircularRouting message, for each variable, to forward a message forward all the way until it comes back, and same backwards. More...

Public Member Functions | |
| Forwarder (DCOPProblemInterface< AddableInteger, AddableInteger > subProb) | |
| Constructor. | |
| 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. | |
Private Attributes | |
| Queue | queue |
| The listener's queue. | |
| DCOPProblemInterface< AddableInteger, AddableInteger > | subProb |
| The agent's subproblem. | |
A test listener that asks the SecureCircularRouting message, for each variable, to forward a message forward all the way until it comes back, and same backwards.
| frodo2.algorithms.dpop.privacy.test.SecureCircularRoutingTest.Forwarder.Forwarder | ( | DCOPProblemInterface< AddableInteger, AddableInteger > | subProb | ) |
| Collection< MessageType > frodo2.algorithms.dpop.privacy.test.SecureCircularRoutingTest.Forwarder.getMsgTypes | ( | ) |
| void frodo2.algorithms.dpop.privacy.test.SecureCircularRoutingTest.Forwarder.notifyIn | ( | Message | msg | ) |
Implements frodo2.communication.IncomingMsgPolicyInterface< T >.
References frodo2.communication.MessageType.equals(), notifyIn(), and frodo2.algorithms.AgentInterface< V extends Addable< V > >.START_AGENT.
Referenced by notifyIn().

| void frodo2.algorithms.dpop.privacy.test.SecureCircularRoutingTest.Forwarder.setQueue | ( | Queue | queue | ) |
Implements frodo2.communication.MessageListener< T >.
References queue.
|
private |
The listener's queue.
Referenced by setQueue().
|
private |
The agent's subproblem.
Referenced by Forwarder().