FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.SecureRootingMsg Class Reference

Message used to tell a variable that it is the new root of its component. More...

Inheritance diagram for frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.SecureRootingMsg:

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 ()
getLeader ()
String toString ()

Detailed Description

Message used to tell a variable that it is the new root of its component.

Constructor & Destructor Documentation

◆ SecureRootingMsg() [1/2]

frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.SecureRootingMsg.SecureRootingMsg ( )

Empty constructor used for externalization.

◆ SecureRootingMsg() [2/2]

frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.SecureRootingMsg.SecureRootingMsg ( String sender)

Constructor.

Parameters
senderthe sender (and root) of the new tree

References frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.OUTPUT.


The documentation for this class was generated from the following file: