kareltherobot
Interface RobotTask

All Superinterfaces:
Directions

public interface RobotTask
extends Directions

Used by the KarelRunner subsystem. Implement this interface and then use KarelRunner as the main, with the name of this class as a parameter.


Nested Class Summary
 
Nested classes inherited from class kareltherobot.Directions
Directions.Direction
 
Field Summary
 
Fields inherited from interface kareltherobot.Directions
East, EastVal, infinity, North, NorthVal, South, SouthVal, West, WestVal
 
Method Summary
 void task()
          The main task block for a robot run under the KarelRunner system.
 

Method Detail

task

public void task()
The main task block for a robot run under the KarelRunner system.