|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agent.Agent | +--agent.impl.RaceAgent
Agent, der ein Rennen auf einer Karte von West nach Ost durchführt und dabei Hindernissen ausweicht. User: Standard Date: 09.11.2003 Time: 22:13:13
Field Summary |
Fields inherited from class agent.Agent |
ivAgentMailbox, ivMyDialog, ivName, ivNeedsDialog, ivRoboterInfo, ivRunning |
Constructor Summary | |
RaceAgent()
|
Method Summary | |
void |
run()
Schleifen: while(running){ versuche message zu holen (sonst NullPointerException) if(! |
Methods inherited from class agent.Agent |
getFrame, getName, getNextMessage, getRoboterInfo, getSensoren, isRunning, needsDialog, sendBroadCastToAgents, sendMessageToAgent, sendMessageToServer, setAgentMailbox, setName, setNeedsDialog, setRoboterInfo, setRunning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RaceAgent()
Method Detail |
public void run()
run
in interface java.lang.Runnable
run
in class Agent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |