public abstract class DefaultAction extends java.lang.Object implements Action
Constructor and Description |
---|
DefaultAction(AgentID agentID)
Constructor which sets the agentID of an agent.
|
Modifier and Type | Method and Description |
---|---|
AgentID |
getAgent()
Returns the ID of the agent which created the action.
|
static Bid |
getBidFromAction(Action currentAction)
Method which returns the bid of the current action if it is of the type
Offer or else Null.
|
abstract java.lang.String |
toString()
Enforces that actions implements a string-representation.
|
protected AgentID agentID
public DefaultAction(AgentID agentID)
agentID
- of the agent which created the action.public AgentID getAgent()
Action
public abstract java.lang.String toString()
toString
in class java.lang.Object