JGAP

examples.simpleBooleanThreaded
Class SimpleExample

java.lang.Object
  extended by examples.simpleBooleanThreaded.SimpleExample

public class SimpleExample
extends java.lang.Object

Simple class that demonstrates the basic usage of JGAP together with multithreaded processing.

Since:
3.01

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

Constructor Detail

SimpleExample

public SimpleExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Starts the example.

Parameters:
args - ignored here
Throws:
java.lang.Exception
Since:
3.01

JGAP