JGAP

examples.simpleBoolean
Class SimpleExample

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

public class SimpleExample
extends java.lang.Object

Simple class that demonstrates the basic usage of JGAP.

Since:
2.0

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)
Starts the example.

Parameters:
args - if optional first argument provided, it represents the number of bits to use, but no more than 32
Since:
2.0

JGAP