|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|

Public Member Functions | |
| receiveLowerBounds (String heuristic, XCSPparser< AddableInteger, AddableInteger > parser, Map< String, DFSview< AddableInteger, AddableInteger > > dfs) | |
| 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. | |
Package Attributes | |
| String | heuristic |
| The heuristic who's output should be tested. | |
Private Attributes | |
| XCSPparser< AddableInteger, AddableInteger > | parser |
| The random problem. | |
| Map< String, DFSview< AddableInteger, AddableInteger > > | dfs |
| The DFS belonging to the problem. | |
| frodo2.algorithms.adopt.test.testPreprocessing.receiveLowerBounds.receiveLowerBounds | ( | String | heuristic, |
| XCSPparser< AddableInteger, AddableInteger > | parser, | ||
| Map< String, DFSview< AddableInteger, AddableInteger > > | dfs ) |
| Collection< MessageType > frodo2.algorithms.adopt.test.testPreprocessing.receiveLowerBounds.getMsgTypes | ( | ) |
| void frodo2.algorithms.adopt.test.testPreprocessing.receiveLowerBounds.notifyIn | ( | Message | msg | ) |
Implements frodo2.communication.IncomingMsgPolicyInterface< T >.
References frodo2.algorithms.adopt.test.testPreprocessing.domains, heuristic, 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.receiveLowerBounds.setQueue | ( | Queue | queue | ) |
Implements frodo2.communication.MessageListener< T >.
|
private |
The DFS belonging to the problem.
Referenced by receiveLowerBounds().
|
package |
The heuristic who's output should be tested.
Referenced by notifyIn(), and receiveLowerBounds().
|
private |
The random problem.
Referenced by receiveLowerBounds().