| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjadex.planlib.StartAgentInfo
public class StartAgentInfo
Struct for saving info about agents to start.
| Constructor Summary | |
|---|---|
| StartAgentInfo(String type,
               String nameprototype,
               long delay,
               Map args)Create a new start agent info. | |
| StartAgentInfo(String type,
               String nameprototype,
               long delay,
               String[] argnames,
               Object[] argvals)Create a new start agent info. | |
| StartAgentInfo(String type,
               String config,
               String nameprototype,
               long delay,
               Map args)Create a new start agent info. | |
| StartAgentInfo(String type,
               String config,
               String nameprototype,
               long delay,
               String[] argnames,
               Object[] argvals)Create a new start agent info. | |
| Method Summary | |
|---|---|
|  Map | getArguments()Get the arguments. | 
|  String | getConfiguration()Get the configuration. | 
|  long | getDelay()Get the delay. | 
|  String | getName()Get the name. | 
|  String | getNamePrototype()Get the name prototype. | 
|  String | getType()Get the type. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StartAgentInfo(String type,
                      String nameprototype,
                      long delay,
                      Map args)
public StartAgentInfo(String type,
                      String config,
                      String nameprototype,
                      long delay,
                      Map args)
public StartAgentInfo(String type,
                      String nameprototype,
                      long delay,
                      String[] argnames,
                      Object[] argvals)
public StartAgentInfo(String type,
                      String config,
                      String nameprototype,
                      long delay,
                      String[] argnames,
                      Object[] argvals)
| Method Detail | 
|---|
public String getType()
public String getConfiguration()
public String getName()
public String getNamePrototype()
public long getDelay()
public Map getArguments()
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.