bot.gen
Class ImpBoard

java.lang.Object
  extended bybot.gen.AngelBoard
      extended bybot.gen.ImpBoard
All Implemented Interfaces:
BoardGenerator, Serializable

public class ImpBoard
extends AngelBoard

See Also:
Serialized Form

Field Summary
 
Fields inherited from class bot.gen.AngelBoard
passcodes
 
Constructor Summary
ImpBoard()
           
 
Method Summary
 Board generateBoard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpBoard

public ImpBoard()
Method Detail

generateBoard

public Board generateBoard()
Specified by:
generateBoard in interface BoardGenerator
Overrides:
generateBoard in class AngelBoard