Uses of Class
cz.cuni.amis.pogamut.defcon.communication.messages.commands.DefConCommand

Packages that use DefConCommand
cz.cuni.amis.pogamut.defcon.agent   
cz.cuni.amis.pogamut.defcon.agent.impl   
cz.cuni.amis.pogamut.defcon.ai   
cz.cuni.amis.pogamut.defcon.communication.commands   
cz.cuni.amis.pogamut.defcon.communication.messages.commands   
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.buildings   
javabot   
 

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

Methods in cz.cuni.amis.pogamut.defcon.agent with parameters of type DefConCommand
 void IDefConAgent.act(DefConCommand command)
          Simplifies access to IAct.
 void DefConAgent.act(DefConCommand command)
           
 

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

Methods in cz.cuni.amis.pogamut.defcon.agent.impl with parameters of type DefConCommand
 void DefConAgentController.act(DefConCommand command)
          Simplifies access to IAct.
 

Uses of DefConCommand in cz.cuni.amis.pogamut.defcon.ai
 

Methods in cz.cuni.amis.pogamut.defcon.ai with parameters of type DefConCommand
protected  void AbstractAI.act(DefConCommand command)
          Simplifies posting of commands.
 

Uses of DefConCommand in cz.cuni.amis.pogamut.defcon.communication.commands
 

Methods in cz.cuni.amis.pogamut.defcon.communication.commands that return DefConCommand
 DefConCommand DefConCommandExecutor.serialize(CommandMessage command)
           
 

Uses of DefConCommand in cz.cuni.amis.pogamut.defcon.communication.messages.commands
 

Subclasses of DefConCommand in cz.cuni.amis.pogamut.defcon.communication.messages.commands
 class PlaceFleet
          Places a fleet of a specified type to a specified location.
 class PlaceStructure
          Places a structure of a specified type to a specified location.
 class RequestAlliance
          Requests an alliance from a player.
 class RequestCeaseFire
          Requests a cease fire from a player.
 class RequestGameSpeed
          Requests to change game speed.
 class RequestShareRadar
          Requests to share a radar with a player.
 class SendChatMessage
          Sends the message down to the specified chat channel inside the DefCon.
 class SendVote
          Votes in a poll.
 class SetActionTarget
          Sets action target of a unit.
 class SetLandingTarget
          Sets landing target of a unit.
 class SetMovementTarget
          Sets movement target of the unit.
 class SetState
          Changes state of a unit.
 class WhiteboardClear
          Clear the whiteboard.
 class WhiteboardDraw
          Draw a line on the whiteboard.
 

Uses of DefConCommand in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.buildings
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.buildings with parameters of type DefConCommand
protected  void BuildingsManager.act(DefConCommand command)
           
 

Uses of DefConCommand in javabot
 

Methods in javabot with parameters of type DefConCommand
static void PogamutJBotSupport.addCommand(DefConCommand command)
           
 void ActExecutor.sendCommand(DefConCommand command)
           
 



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