| Class | Description |
|---|---|
| AbstractAgent |
Abstract agent class, provides basic interface for the agent implementing its lifecycle methods + introducing JMX.
|
| AbstractEmbodiedAgent<WORLD_VIEW extends IWorldView,ACT extends IAct> | |
| AbstractGhostAgent<WORLD_VIEW extends IWorldView,ACT extends IAct> |
Next step to embodied agents are those without the physical body
but with the ability to act inside the environment.
|
| AbstractObservingAgent<WORLD_VIEW extends IWorldView> |
The main difference between AbstractAgent and AbstractObservingAgent is that
this one has a world to observe.
|
| AgentId |
Default AgentId providing unique id based on
UID and IP of the host. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.