public class Accept extends Action
Constructor and Description |
---|
Accept()
Action to accept an opponent's bid.
|
Accept(AgentID agentID)
Action to accept an opponent's bid.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Enforces that actions implements a string-representation.
|
getAgent, getBidFromAction
public Accept()
public Accept(AgentID agentID)
agentID
- of the opponent.