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.| Modifier and Type | Method and Description |
|---|---|
AGENT |
newAgent(PARAMS agentParameters)
Factory method - it creates an agent with 'agentParameters'
DOES NOT START THE AGENT!
|
AGENT newAgent(PARAMS agentParameters) throws cz.cuni.amis.utils.exception.PogamutException
DOES NOT START THE AGENT!
agentParameters - cz.cuni.amis.utils.exception.PogamutExceptionCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.