|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalice.kareltherobot.Direction
public abstract class Direction
Directions are responsible for knowing how a robot should turn and how it should move.
| Field Summary | |
|---|---|
static Direction |
EAST
The east direction in the robot world |
static Direction |
NORTH
The north direction in the robot world (along the x axis of Alice). |
static Direction |
SOUTH
The south direction in the robot world. |
static Direction |
WEST
The west direction in the robot world (along the z axis of Alice) |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Direction NORTH
public static final Direction SOUTH
public static final Direction WEST
public static final Direction EAST
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||