jeops.examples
Class ProgHanoi

java.lang.Object
  |
  +--jeops.examples.ProgHanoi

public class ProgHanoi
extends java.lang.Object

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

Version:
0.01 22 May 1999
Author:
Carlos Figueira Filho (csff@di.ufpe.br)

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

ProgHanoi

public ProgHanoi()
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.