jadex.adapter
Class JadexAgentFactory
java.lang.Object
   jadex.adapter.JadexAgentFactory
jadex.adapter.JadexAgentFactory
- public class JadexAgentFactory 
- extends Object
A factory to be used by adapters to create jadex agents.
 
 
 
JadexAgentFactory
public JadexAgentFactory()
createJadexAgent
public static IJadexAgent createJadexAgent(IAgentAdapter adapter,
                                           String model,
                                           String config,
                                           Map arguments)
- Create a Jadex agent.
 
- 
- Parameters:
- adapter- The platform adapter for the agent.
- model- The agent model file (i.e. the name of the XML file).
- config- The name of the configuration (or null for default configuration)
- arguments- The arguments for the agent as name/value pairs.
- Returns:
- An instance of a jadex agent.
 
Submit a bug or feature
 For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.