Uses of Interface
cz.cuni.amis.pogamut.base.communication.command.IAct

Packages that use IAct
cz.cuni.amis.pogamut.base.agent   
cz.cuni.amis.pogamut.base.agent.impl   
cz.cuni.amis.pogamut.base.agent.jmx.proxy   
cz.cuni.amis.pogamut.base.agent.module   
cz.cuni.amis.pogamut.base.communication.command.impl   
cz.cuni.amis.pogamut.base.communication.command.react   
cz.cuni.amis.pogamut.base.server   
cz.cuni.amis.pogamut.base3d.agent   
 

Uses of IAct in cz.cuni.amis.pogamut.base.agent
 

Methods in cz.cuni.amis.pogamut.base.agent that return IAct
 IAct IGhostAgent.getAct()
          Returns an object through which we may communicate with the world.
 IAct IEmbodiedAgent.getAct()
           
 

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

Classes in cz.cuni.amis.pogamut.base.agent.impl with type parameters of type IAct
 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 IAct in cz.cuni.amis.pogamut.base.agent.jmx.proxy
 

Methods in cz.cuni.amis.pogamut.base.agent.jmx.proxy that return IAct
 IAct GhostAgentJMXProxy.getAct()
           
 

Uses of IAct in cz.cuni.amis.pogamut.base.agent.module
 

Fields in cz.cuni.amis.pogamut.base.agent.module declared as IAct
protected  IAct SensomotoricModule.act
           
protected  IAct MotoricModule.act
           
 

Uses of IAct in cz.cuni.amis.pogamut.base.communication.command.impl
 

Subinterfaces of IAct in cz.cuni.amis.pogamut.base.communication.command.impl
 interface IJNIAct
          Use this interface to separate classic socket-based acts from JNI acts.
 

Classes in cz.cuni.amis.pogamut.base.communication.command.impl that implement IAct
 class Act
          TODO!
 

Uses of IAct in cz.cuni.amis.pogamut.base.communication.command.react
 

Fields in cz.cuni.amis.pogamut.base.communication.command.react declared as IAct
protected  IAct CommandReact.reactAct
           
 

Constructors in cz.cuni.amis.pogamut.base.communication.command.react with parameters of type IAct
CommandReact(Class<COMMAND> commandClass, IAct worldView)
           
CommandReactOnce(Class<COMMAND> commandClass, IAct act)
           
 

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

Classes in cz.cuni.amis.pogamut.base.server with type parameters of type IAct
 class AbstractWorldServer<WORLD_VIEW extends IWorldView,ACT extends IAct,A extends IAgent>
           
 

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

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



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