Package cz.cuni.amis.pogamut.base.agent.utils.runner


Interface Summary
IAgentDescriptor<PARAMS extends IAgentParameters,MODULE extends GuiceAgentModule> This interface describes everything that is needed to instantiate and start of the agent.
IAgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters> Utility interface for classes that can instantiate & start (possibly multiple) agents at once.
IMultipleAgentRunner<AGENT extends IAgent,PARAMS extends IAgentParameters,MODULE extends GuiceAgentModule> Utility interface for classes that can instantiate & start (possibly multiple) agents at once.