|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message used to tell a variable that it is the new root of its component. More...

Public Member Functions | |
| SecureRootingMsg () | |
| Empty constructor used for externalization. | |
| SecureRootingMsg (String sender) | |
| Constructor. | |
| Public Member Functions inherited from frodo2.algorithms.varOrdering.election.LeaderElectionMaxID< T extends Comparable< T > &Serializable >.MessageLEoutput< String > | |
| MessageLEoutput () | |
| Empty constructor used for externalization. | |
| String | getSender () |
| Boolean | getFlag () |
| T | getLeader () |
| String | toString () |
Message used to tell a variable that it is the new root of its component.
| frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.SecureRootingMsg.SecureRootingMsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.SecureRootingMsg.SecureRootingMsg | ( | String | sender | ) |
Constructor.
| sender | the sender (and root) of the new tree |