| Modifier and Type | Method and Description |
|---|---|
IAct |
IGhostAgent.getAct()
Returns an object through which we may communicate with the world.
|
IAct |
IEmbodiedAgent.getAct() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmbodiedAgent<WORLD_VIEW extends IWorldView,ACT extends IAct> |
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
IAct |
GhostAgentJMXProxy.getAct() |
| Modifier and Type | Field and Description |
|---|---|
protected IAct |
SensomotoricModule.act |
protected IAct |
MotoricModule.act |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJNIAct
Use this interface to separate classic socket-based acts from JNI acts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Act
TODO!
|
| Modifier and Type | Field and Description |
|---|---|
protected IAct |
CommandReact.reactAct |
| Constructor and Description |
|---|
CommandReact(Class<COMMAND> commandClass,
IAct worldView) |
CommandReactOnce(Class<COMMAND> commandClass,
IAct act) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWorldServer<WORLD_VIEW extends IWorldView,ACT extends IAct,A extends IAgent> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAgent3D<WORLD_VIEW extends IVisionWorldView,ACT extends IAct>
Adds Agent3D special JMX abilities.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.