|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
This message contains the util information a child reports to its parent when responding to an ASK message. More...

Public Member Functions | |
| UTILvarsMsgWithDom () | |
| Empty constructor. | |
| UTILvarsMsgWithDom (String sender, String receiver, Good< Val, U > good, int[] domInfo) | |
| Constructor for a message with domain info. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| String | toString () |
| int[] | getDomInfo () |
| Public Member Functions inherited from frodo2.algorithms.asodpop.UTILvarsMsg< Val, U > | |
| UTILvarsMsg () | |
| Empty constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| String | toString () |
| Good< Val, U > | getGood () |
| Returns the good. | |
Private Attributes | |
| int[] | domainInfo |
| Can contain the domain size information for the variables in this variable's separator. | |
Static Private Attributes | |
| static final long | serialVersionUID = -7059009412837311502L |
| Used for serialization. | |
This message contains the util information a child reports to its parent when responding to an ASK message.
It contains the following utility information
| <Val> | type used for variable values |
| <U> | type used for utility values |
| frodo2.algorithms.asodpop.UTILvarsMsgWithDom< Val extends Addable< Val >, U extends Addable< U > >.UTILvarsMsgWithDom | ( | ) |
Empty constructor.
References frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.UTIL_MSG_DOM_VARS.
| frodo2.algorithms.asodpop.UTILvarsMsgWithDom< Val extends Addable< Val >, U extends Addable< U > >.UTILvarsMsgWithDom | ( | String | sender, |
| String | receiver, | ||
| Good< Val, U > | good, | ||
| int[] | domInfo ) |
Constructor for a message with domain info.
| sender | The sender of the message |
| receiver | The recipient of the message |
| good | The good to be send |
| domInfo | Info about the domain size of the variables in the agent's separator |
References frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.UTIL_MSG_DOM_VARS.
| int[] frodo2.algorithms.asodpop.UTILvarsMsgWithDom< Val extends Addable< Val >, U extends Addable< U > >.getDomInfo | ( | ) |
| void frodo2.algorithms.asodpop.UTILvarsMsgWithDom< Val extends Addable< Val >, U extends Addable< U > >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
| String frodo2.algorithms.asodpop.UTILvarsMsgWithDom< Val extends Addable< Val >, U extends Addable< U > >.toString | ( | ) |
| void frodo2.algorithms.asodpop.UTILvarsMsgWithDom< Val extends Addable< Val >, U extends Addable< U > >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
|
private |
Can contain the domain size information for the variables in this variable's separator.
|
staticprivate |
Used for serialization.