ishitai.bots
Class BotFactory

java.lang.Object
  |
  +--ishitai.bots.BotFactory

public class BotFactory
extends java.lang.Object

BotFactory.java Created: Wed Sep 01 1999


Constructor Summary
BotFactory()
           
 
Method Summary
static ishitai.bots.DebugBot getDebugBot()
          Returns the singleton DebugBot
static ExcepBot getExcepBot()
          Returns the singleton ExcepBot
static ishitai.bots.GuiBot getGuiBot()
          Returns the singleton GuiBot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BotFactory

public BotFactory()
Method Detail

getDebugBot

public static ishitai.bots.DebugBot getDebugBot()
Returns the singleton DebugBot

getExcepBot

public static ExcepBot getExcepBot()
Returns the singleton ExcepBot

getGuiBot

public static ishitai.bots.GuiBot getGuiBot()
Returns the singleton GuiBot