|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
General factory that instantiates the agent according to the passed parameters. Note that every factory may require
different IAgentParameters
descendants/implementors according to the agent type and target agent environment.
Method Summary | |
---|---|
AGENT |
newAgent(PARAMS agentParameters)
Factory method - it creates an agent with 'agentParameters' |
Method Detail |
---|
AGENT newAgent(PARAMS agentParameters) throws PogamutException
DOES NOT START THE AGENT!
agentParameters
-
PogamutException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |