Uses of Class
cz.cuni.amis.pogamut.base.agent.impl.AbstractObservingAgent

Packages that use AbstractObservingAgent
cz.cuni.amis.pogamut.base.agent.impl   
cz.cuni.amis.pogamut.base.server   
cz.cuni.amis.pogamut.base3d.agent   
 

Uses of AbstractObservingAgent in cz.cuni.amis.pogamut.base.agent.impl
 

Subclasses of AbstractObservingAgent in cz.cuni.amis.pogamut.base.agent.impl
 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.
 

Uses of AbstractObservingAgent in cz.cuni.amis.pogamut.base.server
 

Subclasses of AbstractObservingAgent in cz.cuni.amis.pogamut.base.server
 class AbstractWorldServer<WORLD_VIEW extends IWorldView,ACT extends IAct,A extends IAgent>
           
 

Uses of AbstractObservingAgent in cz.cuni.amis.pogamut.base3d.agent
 

Subclasses of AbstractObservingAgent in cz.cuni.amis.pogamut.base3d.agent
 class AbstractAgent3D<WORLD_VIEW extends IVisionWorldView,ACT extends IAct>
          Adds Agent3D special JMX abilities.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.