jeops.examples.hanoi
Class TestHanoi

java.lang.Object
  |
  +--jeops.examples.hanoi.TestHanoi

public class TestHanoi
extends java.lang.Object

Class used to test the Towers of Hanoi example for JEOPS.

Version:
0.01 06 Apr 2000
Author:
Carlos Figueira Filho (csff@di.ufpe.br)

Constructor Summary
TestHanoi()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHanoi

public TestHanoi()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the application.
Parameters:
args - a command-line arguments array. None is needed, but one can pass the number of discs to be moved.