public class EndNegotiation extends DefaultAction
agentID| Constructor and Description |
|---|
EndNegotiation(AgentID agentID)
Action to end the negotiation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Enforces that actions implements a string-representation.
|
getAgent, getBidFromActionpublic EndNegotiation(AgentID agentID)
agentID - of the opponentpublic java.lang.String toString()
DefaultActiontoString in class DefaultAction