|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A token indicating that the destination variable is a child of the sender variable. More...

Public Member Functions | |
| CHILDmsg () | |
| Empty constructor. | |
| CHILDmsg (String sender, String dest, Serializable rootID) | |
| Constructor. | |
| String | toString () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| 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. | |
Static Private Attributes | |
| static final long | serialVersionUID = -6158434988997871871L |
| Used for serialization. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A token indicating that the destination variable is a child of the sender variable.
| frodo2.algorithms.varOrdering.dfs.CHILDmsg.CHILDmsg | ( | ) |
Empty constructor.
| frodo2.algorithms.varOrdering.dfs.CHILDmsg.CHILDmsg | ( | String | sender, |
| String | dest, | ||
| Serializable | rootID ) |
Constructor.
| sender | sender variable |
| dest | recipient variable |
| rootID | the root ID |
| String frodo2.algorithms.varOrdering.dfs.CHILDmsg.getDest | ( | ) |
Referenced by frodo2.algorithms.varOrdering.dfs.LocalRandVarsDFS< V extends Addable< V >, U extends Addable< U > >.notifyIn(), frodo2.algorithms.varOrdering.dfs.tests.DFSgenerationWithOrderTest.notifyIn(), toString(), frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.toString(), and writeExternal().

| Serializable frodo2.algorithms.varOrdering.dfs.CHILDmsg.getRootID | ( | ) |
Referenced by toString(), and writeExternal().
| String frodo2.algorithms.varOrdering.dfs.CHILDmsg.getSender | ( | ) |
Referenced by frodo2.algorithms.varOrdering.dfs.LocalRandVarsDFS< V extends Addable< V >, U extends Addable< U > >.notifyIn(), toString(), frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.toString(), and writeExternal().

| void frodo2.algorithms.varOrdering.dfs.CHILDmsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.MessageWith3Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable >.
Reimplemented in frodo2.algorithms.varOrdering.dfs.CHILDorderMsg, and frodo2.algorithms.varOrdering.dfs.CHILDrandMsg.
| String frodo2.algorithms.varOrdering.dfs.CHILDmsg.toString | ( | ) |
Reimplemented from frodo2.communication.MessageWith3Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable >.
Reimplemented in frodo2.algorithms.varOrdering.dfs.CHILDorderMsg.
References getDest(), getRootID(), getSender(), and frodo2.communication.Message.getType().

| void frodo2.algorithms.varOrdering.dfs.CHILDmsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWith3Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable >.
Reimplemented in frodo2.algorithms.varOrdering.dfs.CHILDorderMsg, and frodo2.algorithms.varOrdering.dfs.CHILDrandMsg.
References getDest(), getRootID(), and getSender().

|
staticprivate |
Used for serialization.