jeops.examples.hanoi
Class Test

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

public class Test
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@cin.ufpe.br)

Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)