|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.ecosim.agents.Agent
public abstract class Agent
The Class Agent This class contains the methods that all agents must implement
Field Summary | |
---|---|
protected Market |
market
The market that the agent operates within. |
Constructor Summary | |
---|---|
protected |
Agent(Market market)
The Constructor for an agent. |
Method Summary | |
---|---|
protected abstract void |
performAction()
This is the method that is called for each new time step. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Market market
Constructor Detail |
---|
protected Agent(Market market)
market
- the marketMethod Detail |
---|
protected abstract void performAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |