Uses of Class
cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentDescriptor

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

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

Methods in cz.cuni.amis.pogamut.base.agent.utils.runner.impl that return AgentDescriptor
 AgentDescriptor<PARAMS,MODULE> AgentDescriptor.addParams(PARAMS... params)
          Adds parameters for another agents.
 AgentDescriptor<PARAMS,MODULE> AgentDescriptor.setAgentModule(MODULE module)
          Sets agent module to be used for the instantiation of the agent.
 AgentDescriptor<PARAMS,MODULE> AgentDescriptor.setAgentParameters(PARAMS[] params)
          Clears all the params stored within AgentDescriptor and assigns 'params'.
 AgentDescriptor<PARAMS,MODULE> AgentDescriptor.setCount(int count)
          Set number of agents to be instantiated.
 



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