Uses of Package
cz.cuni.amis.pogamut.base.agent

Packages that use cz.cuni.amis.pogamut.base.agent
cz.cuni.amis.pogamut.base.agent   
cz.cuni.amis.pogamut.base.agent.component.event   
cz.cuni.amis.pogamut.base.agent.impl   
cz.cuni.amis.pogamut.base.agent.jmx   
cz.cuni.amis.pogamut.base.agent.jmx.adapter   
cz.cuni.amis.pogamut.base.agent.jmx.proxy   
cz.cuni.amis.pogamut.base.agent.module   
cz.cuni.amis.pogamut.base.agent.module.comm   
cz.cuni.amis.pogamut.base.agent.params   
cz.cuni.amis.pogamut.base.agent.params.impl   
cz.cuni.amis.pogamut.base.agent.utils   
cz.cuni.amis.pogamut.base.agent.utils.runner   
cz.cuni.amis.pogamut.base.agent.utils.runner.impl   
cz.cuni.amis.pogamut.base.component   
cz.cuni.amis.pogamut.base.component.controller   
cz.cuni.amis.pogamut.base.factory   
cz.cuni.amis.pogamut.base.factory.guice   
cz.cuni.amis.pogamut.base.server   
cz.cuni.amis.pogamut.base.utils.logging   
cz.cuni.amis.pogamut.base.utils.logging.jmx   
cz.cuni.amis.pogamut.base3d.agent   
cz.cuni.amis.pogamut.base3d.agent.jmx   
cz.cuni.amis.pogamut.multi.agent   
cz.cuni.amis.pogamut.multi.agent.impl   
cz.cuni.amis.pogamut.multi.communication.messages   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
cz.cuni.amis.pogamut.multi.factory.guice   
cz.cuni.amis.pogamut.multi.params.impl   
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.component.event
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.impl
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
IEmbodiedAgent
          Embodied agents are agents that are physically present in the world.
IGhostAgent
          Interface of the agent that may observe the world and can even act inside it but does not have the body (notice that in case that the world contains agents-ghosts, that are "physically" being somewhere, they would be IEmbodiedAgent not this IGhostAgent).
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.jmx
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.jmx.adapter
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.jmx.proxy
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
IGhostAgent
          Interface of the agent that may observe the world and can even act inside it but does not have the body (notice that in case that the world contains agents-ghosts, that are "physically" being somewhere, they would be IEmbodiedAgent not this IGhostAgent).
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.module
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IEmbodiedAgent
          Embodied agents are agents that are physically present in the world.
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.module.comm
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.params
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.params.impl
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.utils
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.utils.runner
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.agent.utils.runner.impl
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.component
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.component.controller
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.factory
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.factory.guice
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.server
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
IGhostAgent
          Interface of the agent that may observe the world and can even act inside it but does not have the body (notice that in case that the world contains agents-ghosts, that are "physically" being somewhere, they would be IEmbodiedAgent not this IGhostAgent).
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.utils.logging
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base.utils.logging.jmx
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base3d.agent
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
IEmbodiedAgent
          Embodied agents are agents that are physically present in the world.
IGhostAgent
          Interface of the agent that may observe the world and can even act inside it but does not have the body (notice that in case that the world contains agents-ghosts, that are "physically" being somewhere, they would be IEmbodiedAgent not this IGhostAgent).
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.base3d.agent.jmx
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
IEmbodiedAgent
          Embodied agents are agents that are physically present in the world.
IGhostAgent
          Interface of the agent that may observe the world and can even act inside it but does not have the body (notice that in case that the world contains agents-ghosts, that are "physically" being somewhere, they would be IEmbodiedAgent not this IGhostAgent).
IObservingAgent
          Observing agent is agent that may watch/observe the world, but is powerless to do anything inside it directly.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.multi.agent
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.multi.agent.impl
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.multi.communication.messages
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.multi.communication.worldview.impl
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.multi.factory.guice
IAgent
          MXBean interface - serves the purpose only to JMX, you should always derive your agent from at least AbstractAgent, even though it's not enforced right now it may be in the future!
 

Classes in cz.cuni.amis.pogamut.base.agent used by cz.cuni.amis.pogamut.multi.params.impl
IAgentId
          Extension of the IToken, it provides an ability to give an agent a human-readable name.
 



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