Uses of Class
cz.cuni.amis.pogamut.base.communication.messages.CommandMessage

Packages that use CommandMessage
cz.cuni.amis.pogamut.base.communication.command   
cz.cuni.amis.pogamut.base.communication.command.impl   
cz.cuni.amis.pogamut.base.communication.command.react   
 

Uses of CommandMessage in cz.cuni.amis.pogamut.base.communication.command
 

Classes in cz.cuni.amis.pogamut.base.communication.command with type parameters of type CommandMessage
 interface ICommandListener<CMD extends CommandMessage>
          This is an interface you need to implement, if you want to listen for a certain type of the command message that is sent by the agent.
 

Methods in cz.cuni.amis.pogamut.base.communication.command with parameters of type CommandMessage
 void IAct.act(CommandMessage command)
          Execute an action in the world.
 DATA ICommandSerializer.serialize(CommandMessage command)
          Serialize command into some form that may be sent to the world simulator.
 

Uses of CommandMessage in cz.cuni.amis.pogamut.base.communication.command.impl
 

Methods in cz.cuni.amis.pogamut.base.communication.command.impl with parameters of type CommandMessage
 void Act.act(CommandMessage command)
          Sends command through the writer.
protected  void Act.sendCommand(CommandMessage command)
          Provides the implementation how to send 'command' through 'this.writer'.
 String StringCommandSerializer.serialize(CommandMessage command)
           
 

Uses of CommandMessage in cz.cuni.amis.pogamut.base.communication.command.react
 

Classes in cz.cuni.amis.pogamut.base.communication.command.react with type parameters of type CommandMessage
 class CommandReact<COMMAND extends CommandMessage>
          This abstract class allows you to easily hook a specific outgoing-command-handling behavior.
 class CommandReactOnce<COMMAND extends CommandMessage>
          This abstract class allows you to easily hook a specific event-handling behavior.
 



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