jadex.adapter
Class JadexAgentFactory
java.lang.Object
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(String fullname,
String name,
String model,
String state,
Object[] args,
IAgentAdapter agentadapter)
- Create a Jadex agent.
- Parameters:
fullname
- The agent's full name.name
- The agent's name.model
- The agent model filename.state
- The initial state (uses default if null).args
- Arguments for the agent (if any).
- 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-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.