Class ManyTasks

java.lang.Object
  extended by ManyTasks

public class ManyTasks
extends java.lang.Object

This is a collection of robot tasks as static methods. It illustrates one way to use this system and was used to test it during creation.

Version:
1.0, January 2010
Author:
Joseph Bergin

Method Summary
static void getBeeper()
          The beginning of a solution to Exercise 2-1 of Karel J Robot
static void newspaperRetrievalTask()
          An example of a task for a robot using Chapter 2 ideas.
static void perambulateWorld()
          Walk around the perimeter of the world and pick a single beeper from any corner on which it finds any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBeeper

public static void getBeeper()
The beginning of a solution to Exercise 2-1 of Karel J Robot


newspaperRetrievalTask

public static void newspaperRetrievalTask()
An example of a task for a robot using Chapter 2 ideas. Start of a solution to Problem 2-5


perambulateWorld

public static void perambulateWorld()
Walk around the perimeter of the world and pick a single beeper from any corner on which it finds any. (Chapter 6 ideas here)