AGENT - type of the agent the factory is producingPARAMS - type of the parameters that the agent is configured withpublic interface IAgentFactory<AGENT extends IAgent,PARAMS extends IAgentParameters>
IAgentParameters descendants/implementors according to the agent type and target agent environment.AGENT newAgent(PARAMS agentParameters) throws cz.cuni.amis.utils.exception.PogamutException
DOES NOT START THE AGENT!
agentParameters - cz.cuni.amis.utils.exception.PogamutExceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.