launcher
Class BotLauncher

Package class diagram package BotLauncher
java.lang.Object
  extended by launcher.BotLauncher

public class BotLauncher
extends Object

Author:
Administrator

Field Summary
 ArrayList<AgentEntry> agentEntries
           
protected static String botDefinitions
           
 ArrayList<Bot> botList
           
 
Constructor Summary
BotLauncher()
           
 
Method Summary
static void main(String[] args)
           
static void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

botDefinitions

protected static String botDefinitions

botList

public ArrayList<Bot> botList

agentEntries

public ArrayList<AgentEntry> agentEntries
Constructor Detail

BotLauncher

public BotLauncher()
Method Detail

main

public static void main(String[] args)

start

public static void start()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.