public class SyncUT2004BotLogic<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>> extends UT2004BotLogic<BOT>
lastLogicRun, logic, logicException, logicFrequency, logicPaused, logicPeriod, logicRunning, logicShouldPause, logicShouldRun, logicThread, MAX_LOGIC_FREQUENCY, MAX_LOGIC_PERIOD_MILLIS, MIN_LOGIC_FREQUENCY, MIN_LOGIC_PERIOD_MILLIS, mutexagent, controller, eventBus, log| Constructor and Description |
|---|
SyncUT2004BotLogic(BOT agent,
IAgentLogic logic) |
SyncUT2004BotLogic(BOT agent,
IAgentLogic logic,
Logger log) |
SyncUT2004BotLogic(BOT agent,
IAgentLogic logic,
Logger log,
ComponentDependencies dependencies) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterLogic(String threadName) |
protected void |
afterLogicException(String threadName,
Throwable e) |
protected void |
beforeLogic(String threadName) |
protected boolean |
shouldExecuteLogic() |
cleanUp, logicLatch, startgetLogicException, getLogicFrequency, getLogicPeriod, inThreadKilling, inThreadPausing, inThreadResuming, inThreadStopping, kill, pause, resume, setLogicFrequency, setMaxLogicFrequency, setMinLogicFrequency, stopgetComponentId, getLog, getState, initComponentId, isRunning, reset, toString@Inject public SyncUT2004BotLogic(BOT agent, IAgentLogic logic)
public SyncUT2004BotLogic(BOT agent, IAgentLogic logic, Logger log)
public SyncUT2004BotLogic(BOT agent, IAgentLogic logic, Logger log, ComponentDependencies dependencies)
protected void beforeLogic(String threadName)
beforeLogic in class LogicModule<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>>protected void afterLogic(String threadName)
afterLogic in class LogicModule<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>>protected void afterLogicException(String threadName, Throwable e)
afterLogicException in class LogicModule<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>>protected boolean shouldExecuteLogic()
shouldExecuteLogic in class LogicModule<BOT extends UT2004Bot<? extends ILockableVisionWorldView,?,?>>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.