|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Child token including the order of visit of the recipient variable in the graph. More...

Public Member Functions | |
| CHILDorderMsg () | |
| Empty constructor. | |
| CHILDorderMsg (String sender, String dest, Serializable rootID, int order) | |
| Constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| Integer | getOrder () |
| String | toString () |
| Public Member Functions inherited from frodo2.algorithms.varOrdering.dfs.CHILDmsg | |
| CHILDmsg () | |
| Empty constructor. | |
| CHILDmsg (String sender, String dest, Serializable rootID) | |
| Constructor. | |
| Serializable | getRootID () |
| String | getSender () |
| String | getDest () |
| Public Member Functions inherited from frodo2.communication.MessageWith3Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable > | |
| MessageWith3Payloads () | |
| Empty constructor. | |
| MessageWith3Payloads (MessageType type, T1 payload1, T2 payload2, T3 payload3) | |
| Constructor. | |
| MessageWith3Payloads< T1, T2, T3 > | clone () |
| T1 | getPayload1 () |
| void | setPayload1 (T1 payload1) |
| T2 | getPayload2 () |
| void | setPayload2 (T2 payload2) |
| T3 | getPayload3 () |
| void | setPayload3 (T3 payload3) |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Protected Attributes | |
| int | order |
| Order of visit of the recipient variable in the graph. | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Static Private Attributes | |
| static final long | serialVersionUID = -6158434988997871871L |
| Used for serialization. | |
Child token including the order of visit of the recipient variable in the graph.
| frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.CHILDorderMsg | ( | ) |
| frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.CHILDorderMsg | ( | String | sender, |
| String | dest, | ||
| Serializable | rootID, | ||
| int | order ) |
Constructor.
| sender | sender variable |
| dest | recipient variable |
| rootID | the root ID |
| order | order of recipient variable |
References frodo2.algorithms.varOrdering.dfs.DFSgenerationWithOrder< V extends Addable< V >, U extends Addable< U > >.CHILD_ORDER_MSG_TYPE, and order.
| Integer frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.getOrder | ( | ) |
| void frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.algorithms.varOrdering.dfs.CHILDmsg.
| String frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.toString | ( | ) |
Reimplemented from frodo2.algorithms.varOrdering.dfs.CHILDmsg.
References frodo2.algorithms.varOrdering.dfs.CHILDmsg.getDest(), getOrder(), and frodo2.algorithms.varOrdering.dfs.CHILDmsg.getSender().

| void frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.algorithms.varOrdering.dfs.CHILDmsg.
References getOrder().

|
protected |
Order of visit of the recipient variable in the graph.
Referenced by CHILDorderMsg().
|
staticprivate |
Used for serialization.