|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MXBean public interface IEmbodiedAgent
Embodied agents are agents that are physically present in the world. May observe it as well as to
act inside it. Note that IEmbodiedAgent
has the same interface as . That's because
the embodied agent represent philosophically different category of objects and will usually have different
implementations of IAct
. Ghost agents are not capable
to interact between themselves via virtual world (may be only by virtual worlds's simulator utility methods).
Method Summary | |
---|---|
IAct |
getAct()
|
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IObservingAgent |
---|
getWorldView |
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IAgent |
---|
getComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stop |
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponentAware |
---|
getEventBus |
Method Detail |
---|
IAct getAct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |