waterjug
Class WaterJugConsole

java.lang.Object
  extended by waterjug.WaterJugConsole

public class WaterJugConsole
extends java.lang.Object

This class provides a terminal console interface to the Water Jug problem. Note that its function is entirely provided by the Console class which is provided by the framework. You do not have to add anything to this class.


Constructor Summary
WaterJugConsole()
           
 
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

WaterJugConsole

public WaterJugConsole()
Method Detail

main

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

Parameters:
args - ignored