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 (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).