Uses of Class
cz.cuni.amis.pogamut.defcon.agent.DefConAgent

Packages that use DefConAgent
cz.cuni.amis.pogamut.defcon.agent   
cz.cuni.amis.pogamut.defcon.agent.impl   
cz.cuni.amis.pogamut.defcon.agent.module.logic   
cz.cuni.amis.pogamut.defcon.agentmanager   
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic   
cz.cuni.amis.pogamut.defcon.communication.worldview.polygons   
cz.cuni.amis.pogamut.defcon.factory   
javabot   
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.agent
 

Classes in cz.cuni.amis.pogamut.defcon.agent with type parameters of type DefConAgent
 class DefConAgent<CONTROLLER extends IDefConAgentLogicController<DefConAgent<?>,?>>
          Basic defcon agent implementation.
 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.
 interface IDefConAgentLogicController<AGENT extends DefConAgent,LOGIC_MODULE extends LogicModule<AGENT>>
          Groups IDefConAgentController and IAgentLogic interfaces.
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.agent.impl
 

Classes in cz.cuni.amis.pogamut.defcon.agent.impl with type parameters of type DefConAgent
 class DefConAgentController<AGENT extends DefConAgent>
          Basic implementation of controller, does some basic stuff like assigning of logger
 class DefConAgentLogicController<AGENT extends DefConAgent>
          Implements infrastructure for a logic of the bot and simplifies distinction between different stages of the game.
 

Fields in cz.cuni.amis.pogamut.defcon.agent.impl declared as DefConAgent
protected  AGENT DefConAgentController.agent
           
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.agent.module.logic
 

Classes in cz.cuni.amis.pogamut.defcon.agent.module.logic with type parameters of type DefConAgent
 class DefConAgentLogic<AGENT extends DefConAgent>
          Defcon logic module.
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.agentmanager
 

Methods in cz.cuni.amis.pogamut.defcon.agentmanager with type parameters of type DefConAgent
<T extends DefConAgent<?>>
T
DefConAgentManager.getAgentInstance(Class<? extends DefConAgentModule> cls)
          Instantiates a new agent from given module.
 

Methods in cz.cuni.amis.pogamut.defcon.agentmanager that return DefConAgent
 DefConAgent DefConAgentManager.getAgentInstance(String className)
          Simplified call to getAgentInstance(Class cls)
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
 

Classes in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic with type parameters of type DefConAgent
 class BasicGrid<AGENT extends DefConAgent>
          Experimental grid implementation.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic with parameters of type DefConAgent
BasicGrid(DefConAgent agent, float gridStep, int gridXCellCount, int gridYCellCount, int gridXStart, int gridYStart, Logger log)
           
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons with parameters of type DefConAgent
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker)
           
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker, String preprocessedPath)
           
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker, String preprocessedPath, Logger log)
           
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker, String preprocessedPath, Logger log, cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies dependencies)
           
 

Uses of DefConAgent in cz.cuni.amis.pogamut.defcon.factory
 

Methods in cz.cuni.amis.pogamut.defcon.factory that return types with arguments of type DefConAgent
 Class<? extends DefConAgent> DefConAgentModule.getDefConAgentClass()
           
 

Constructor parameters in cz.cuni.amis.pogamut.defcon.factory with type arguments of type DefConAgent
DefConAgentModule(Class<? extends DefConAgent> defConAgentClass, Class<? extends IDefConAgentLogicController> defConAgentLogicControllerClass)
           
 

Uses of DefConAgent in javabot
 

Methods in javabot that return DefConAgent
static DefConAgent<?> PogamutJBotSupport.getBot()
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.