public class XRobot
extends java.lang.Object
IObjectFactory
.Modifier and Type | Field and Description |
---|---|
static EDirection |
BACKWARD
Constant to reduce typing effort in classes derived from XRobot (use BACKWARD instead of EDirection.BACKWARD).
|
static ESound |
FLUTE
Constant to reduce typing effort in classes derived from XRobot (use FLUTE instead of ESound.FLUTE).
|
static EDirection |
FORWARD
Constant to reduce typing effort in classes derived from XRobot (use FORWARD instead of EDirection.FORWARD).
|
static IObjectFactory |
objectFactory
The object factory to create all objects necessary to control the robot.
|
static ESound |
PIANO
Constant to reduce typing effort in classes derived from XRobot (use PIANO instead of ESound.PIANO).
|
static EWaitingMode |
START
Constant to reduce typing effort in classes derived from XRobot (use START instead of EWaitingMode.START).
|
static EWaitingMode |
WAIT
Constant to reduce typing effort in classes derived from XRobot (use WAIT instead of EWaitingMode.WAIT).
|
static ESound |
XYLOPHONE
Constant to reduce typing effort in classes derived from XRobot (use XYLOPHONE instead of ESound.XYLOPHONE).
|
public static final EDirection BACKWARD
public static final ESound FLUTE
public static final EDirection FORWARD
public static final IObjectFactory objectFactory
public static final ESound PIANO
public static final EWaitingMode START
public static final EWaitingMode WAIT
public static final ESound XYLOPHONE