public abstract class AbstractEmbodiedAgent<WORLD_VIEW extends IWorldView,ACT extends IAct> extends AbstractGhostAgent<WORLD_VIEW,ACT> implements IEmbodiedAgent
events, INTROSPECTION_ROOT_NAME, log, LOG_CATEGORY_NAME| Constructor and Description |
|---|
AbstractEmbodiedAgent(IAgentId agentId,
IComponentBus bus,
IAgentLogger logger,
WORLD_VIEW worldView,
ACT act) |
| Modifier and Type | Method and Description |
|---|---|
ACT |
getAct()
Returns an object through which we may communicate with the world.
|
getWorldViewaddDependency, addDependency, addDependency, addJMXComponents, awaitState, awaitState, componentFatalError, componentStarted, componentStarted, componentStopped, componentStopping, createAgentJMX, createIntrospection, equals, getComponentId, getEventBus, getIntrospection, getJMX, getLog, getLogger, getName, getState, hashCode, inState, kill, killAgent, notInState, pause, pauseAgent, preKillAgent, preStopAgent, resetAgent, resetEvent, resume, resumeAgent, setState, start, startAgent, startPaused, startPausedAgent, stop, stopAgent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetWorldViewgetComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stopgetEventBus@Inject public AbstractEmbodiedAgent(IAgentId agentId, IComponentBus bus, IAgentLogger logger, WORLD_VIEW worldView, ACT act)
public ACT getAct()
IGhostAgentgetAct in interface IEmbodiedAgentgetAct in interface IGhostAgentgetAct in class AbstractGhostAgent<WORLD_VIEW extends IWorldView,ACT extends IAct>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.