java.lang.ObjectManyTasks
public class ManyTasks
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.
| 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 |
|---|
public static void getBeeper()
public static void newspaperRetrievalTask()
public static void perambulateWorld()