public class Reject extends Action
Constructor and Description |
---|
Reject()
Action to accept an opponent's bid.
|
Reject(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 Reject()
public Reject(AgentID agentID)
agentID
- of the opponent.