Uses of Class
cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory

Packages that use AbstractGuiceAgentFactory
cz.cuni.amis.pogamut.base.factory.guice   
cz.cuni.amis.pogamut.multi.factory.guice   
 

Uses of AbstractGuiceAgentFactory in cz.cuni.amis.pogamut.base.factory.guice
 

Subclasses of AbstractGuiceAgentFactory in cz.cuni.amis.pogamut.base.factory.guice
 class GuiceAgentFactory<AGENT extends IAgent,PARAMS extends IAgentParameters>
          Guice-based IAgent factory that instantiates the agent according to the bindigs that are found inside the GuiceAgentModule, which is provided during the construction.
 class GuiceRemoteAgentFactory<AGENT extends IAgent,PARAMS extends IRemoteAgentParameters>
          Guice agent factory configured by an agent module (GuiceRemoteAgentModule) that is specifying the bindings for respective interfaces.
 

Uses of AbstractGuiceAgentFactory in cz.cuni.amis.pogamut.multi.factory.guice
 

Subclasses of AbstractGuiceAgentFactory in cz.cuni.amis.pogamut.multi.factory.guice
 class GuiceTeamRemoteAgentFactory<AGENT extends IAgent,PARAMS extends ITeamRemoteAgentParameters>
          Guice agent factory configured by an agent module (GuiceTeamRemoteAgentModule) that is specifying the bindings for respective interfaces.
 



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