cz.cuni.amis.pogamut.udk.bot.command
Class BotCommands
java.lang.Object
cz.cuni.amis.pogamut.base.agent.module.AgentModule<AGENT>
cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule<UDKBot>
cz.cuni.amis.pogamut.udk.bot.command.BotCommands
- All Implemented Interfaces:
- IComponent
- Direct Known Subclasses:
- Action, Communication, ConfigureCommands, SimpleLocomotion, SimpleRayCasting, SimpleShooting
public abstract class BotCommands
- extends SensomotoricModule<UDKBot>
Basic abstract class that is the ancestor of classes that provide wrapped UT
bot commands.
- Author:
- Michal 'Knight' Bida
Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
cleanUp, getComponentId, getLog, getState, initComponentId, isRunning, kill, pause, reset, resume, start, stop, toString |
BotCommands
protected BotCommands(UDKBot agent,
Logger log)
- Constructor. Setups the command module based on given agent and logger.
- Parameters:
agent
- AbstractUT2004Bot we will send commands forlog
- Logger to be used for logging runtime/debug info.
BotCommands
protected BotCommands(UDKBot agent)
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.