Jadex 0.96-beta1

jadex.adapter
Class JadexAgentFactory

java.lang.Object
  extended by jadex.adapter.JadexAgentFactory

public class JadexAgentFactory
extends Object

A factory to be used by adapters to create jadex agents.


Constructor Summary
JadexAgentFactory()
           
 
Method Summary
static IJadexAgent createJadexAgent(IAgentAdapter adapter, String model, String config, Map arguments)
          Create a Jadex agent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JadexAgentFactory

public JadexAgentFactory()
Method Detail

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.

Jadex 0.96-beta1

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.