|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AGENT
- public interface IDefConAgentController<AGENT extends DefConAgent>
Specified a list of basic methods for Defcon controllers, which is used inside DefConAgent to report various states of initialization of the game to the controller. Equivalent to IUT2004BotController<BOT> for example in the project PogamutUT2004.
Method Summary | |
---|---|
void |
botStopped()
Called whenever the bot is stopped (has finished) or killed. |
void |
initializeController(AGENT agent)
Called during the construction of the DefConAgent . |
Method Detail |
---|
void initializeController(AGENT agent)
DefConAgent
.
agent
- void botStopped()
Use the method to save your work / data collected during the run of the agent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |