Uses of Interface
cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner

Packages that use IAgentRunner
cz.cuni.amis.pogamut.base.agent.utils.runner   
cz.cuni.amis.pogamut.base.agent.utils.runner.impl   
 

Uses of IAgentRunner in cz.cuni.amis.pogamut.base.agent.utils.runner
 

Methods in cz.cuni.amis.pogamut.base.agent.utils.runner that return IAgentRunner
 IAgentRunner<AGENT,PARAMS> IAgentRunner.setMain(boolean state)
          Sets 'main' functionality (see the Javadoc for the whole class).
 IAgentRunner<AGENT,PARAMS> IAgentRunner.setPausing(boolean state)
          Sets the pausing behavior.
 

Uses of IAgentRunner in cz.cuni.amis.pogamut.base.agent.utils.runner.impl
 

Classes in cz.cuni.amis.pogamut.base.agent.utils.runner.impl that implement IAgentRunner
 class AgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters>
          BASIC USAGE
 



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