public class InformVotingResult extends DefaultActionWithBid
Mediator
s 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 |
bid
agentID
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, hashCode
getAgent, getBidFromAction
protected Vote vote
public Vote getVotingResult()
public java.lang.String toString()
DefaultAction
toString
in class DefaultAction