Jadex 0.941

jadex.adapter
Class JadexAgentFactory

java.lang.Object
  extended byjadex.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(String fullname, String name, String model, String state, Object[] args, IAgentAdapter agentadapter)
          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(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.

Jadex 0.941

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.