public class InformVotingResult extends DefaultActionWithBid
Mediators to
inform the others about the current state. Also used by the
SimpleMediatorBasedProtocol to find the last agreement. Immutable.| Modifier and Type | Field and Description |
|---|---|
protected Vote |
vote |
bidagentID| Constructor and Description |
|---|
InformVotingResult(AgentID party,
Bid bid,
Vote vote) |
| Modifier and Type | Method and Description |
|---|---|
Vote |
getVotingResult() |
java.lang.String |
toString()
Enforces that actions implements a string-representation.
|
equals, getBid, getContent, hashCodegetAgent, getBidFromActionprotected Vote vote
public Vote getVotingResult()
public java.lang.String toString()
DefaultActiontoString in class DefaultAction