bridge
Class BridgeConsole

java.lang.Object
  extended by bridge.BridgeConsole

public class BridgeConsole
extends java.lang.Object

This class provides a terminal console interface to the Bridge Crossing problem. Note that its function is entirely provided by the Console class which is provided by the framework. So you don't need the BridgeConsole class from the previous assignment, and you don't have to add anything to this class.


Constructor Summary
BridgeConsole()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method launches the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeConsole

public BridgeConsole()
Method Detail

main

public static void main(java.lang.String[] args)
This method launches the console.

Parameters:
args - ignored