rcssjava.trainer
Class Trainer

java.lang.Object
  extended by rcssjava.trainer.Trainer

public class Trainer
extends java.lang.Object

Trainer main execution loop. Most of the work is actually done outside this class by the specific Task that is chosen.


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

Method Detail

main

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