Uses of Interface
cz.cuni.amis.pogamut.defcon.agent.IDefConAgentLogicController

Packages that use IDefConAgentLogicController
cz.cuni.amis.pogamut.defcon.agent   
cz.cuni.amis.pogamut.defcon.agent.impl   
cz.cuni.amis.pogamut.defcon.factory   
 

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

Classes in cz.cuni.amis.pogamut.defcon.agent with type parameters of type IDefConAgentLogicController
 class DefConAgent<CONTROLLER extends IDefConAgentLogicController<DefConAgent<?>,?>>
          Basic defcon agent implementation.
 

Constructors in cz.cuni.amis.pogamut.defcon.agent with parameters of type IDefConAgentLogicController
DefConAgent(IAgentId agentId, IComponentBus eventBus, IAgentLogger logger, DefConWorldView worldView, DefConAct act, IDefConAgentLogicController logic)
          Inits a DefConAgent instance
 

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

Classes in cz.cuni.amis.pogamut.defcon.agent.impl that implement IDefConAgentLogicController
 class DefConAgentLogicController<AGENT extends DefConAgent>
          Implements infrastructure for a logic of the bot and simplifies distinction between different stages of the game.
 

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

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



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