org.dishevelled.evolve.examples
Class GuessTheNumber

java.lang.Object
  extended by org.dishevelled.evolve.examples.GuessTheNumber
All Implemented Interfaces:
Runnable

public final class GuessTheNumber
extends Object
implements Runnable

Guess the number evolve example.

Version:
$Revision$ $Date$
Author:
Michael Heuer

Constructor Summary
GuessTheNumber()
          Create a new guess the number example.
 
Method Summary
static void main(String[] args)
          Main.
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuessTheNumber

public GuessTheNumber()
Create a new guess the number example.

Method Detail

run

public void run()

Specified by:
run in interface Runnable

main

public static void main(String[] args)
Main.

Parameters:
args - command line arguments


Copyright © 2007-2012 dishevelled.org. All Rights Reserved.