kareltherobot
Class KarelRunner

java.lang.Object
  extended bykareltherobot.KarelRunner

public class KarelRunner
extends java.lang.Object

Used to run robot programs flexibly from the command line. Robots used here must implement the RobotTask interface. The operation of this class is detailed at http://csis.pace.edu/~bergin/KarelJava2ed/karelexperimental.html


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

Constructor Detail

KarelRunner

public KarelRunner()
Method Detail

main

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