|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.agent.module.AgentModule<AGENT>
cz.cuni.amis.pogamut.base.agent.module.LogicModule<BOT>
cz.cuni.amis.pogamut.udk.agent.module.logic.UDKBotLogic<BOT>
public class UDKBotLogic<BOT extends UDKBot>
| Field Summary |
|---|
| Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.LogicModule |
|---|
lastLogicRun, logic, logicException, logicFrequency, logicPaused, logicPeriod, logicRunning, logicShouldPause, logicShouldRun, logicThread, MAX_LOGIC_FREQUENCY, MAX_LOGIC_PERIOD_MILLIS, MIN_LOGIC_FREQUENCY, MIN_LOGIC_PERIOD_MILLIS, mutex |
| Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
|---|
agent, controller, eventBus, log |
| Constructor Summary | |
|---|---|
UDKBotLogic(BOT agent,
cz.cuni.amis.pogamut.base.agent.module.IAgentLogic logic)
|
|
UDKBotLogic(BOT agent,
cz.cuni.amis.pogamut.base.agent.module.IAgentLogic logic,
Logger log)
|
|
UDKBotLogic(BOT agent,
cz.cuni.amis.pogamut.base.agent.module.IAgentLogic logic,
Logger log,
cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies dependencies)
|
|
| Method Summary | |
|---|---|
protected void |
logicLatch(String threadName)
|
protected void |
start(boolean startPaused)
|
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.LogicModule |
|---|
afterLogic, afterLogicException, beforeLogic, getLogicException, getLogicFrequency, getLogicPeriod, inThreadKilling, inThreadPausing, inThreadResuming, inThreadStopping, kill, pause, resume, setLogicFrequency, setMaxLogicFrequency, setMinLogicFrequency, shouldExecuteLogic, stop |
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
|---|
cleanUp, getComponentId, getLog, getState, initComponentId, isRunning, reset, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
public UDKBotLogic(BOT agent,
cz.cuni.amis.pogamut.base.agent.module.IAgentLogic logic)
public UDKBotLogic(BOT agent,
cz.cuni.amis.pogamut.base.agent.module.IAgentLogic logic,
Logger log)
public UDKBotLogic(BOT agent,
cz.cuni.amis.pogamut.base.agent.module.IAgentLogic logic,
Logger log,
cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies dependencies)
| Method Detail |
|---|
protected void logicLatch(String threadName)
logicLatch in class cz.cuni.amis.pogamut.base.agent.module.LogicModule<BOT extends UDKBot>
protected void start(boolean startPaused)
throws cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
start in class cz.cuni.amis.pogamut.base.agent.module.LogicModule<BOT extends UDKBot>cz.cuni.amis.pogamut.base.agent.exceptions.AgentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||