Package Domäne
Class R2D2
java.lang.Object
Domäne.Roboter
Domäne.R2D2
- All Implemented Interfaces:
Robot
,RobotControl
,RobotInstructions
-
Constructor Summary
-
Method Summary
Methods inherited from class Domäne.Roboter
getLastException, getName, isPowerOn, speak, triggerPowerSwitch
-
Constructor Details
-
R2D2
-
-
Method Details
-
think
Description copied from interface:RobotInstructions
Sortiert ein Array von Zahlen. Die Reihenfolge hängt von dem Typ des Roboters ab.- Specified by:
think
in interfaceRobotInstructions
- Specified by:
think
in classRoboter
- Parameters:
zahlen
- Zahlen, die sortiert werden sollen.- Returns:
- Sortierte Zahlen
- Throws:
RobotException
- wenn der Roboter in einem ungültigen Zustand ist, oder das Array nicht seinen Vorstellungen entspricht.
-
getId
public int getId()Description copied from interface:RobotControl
Gibt die ID (Seriennummer) des Roboters zurück.- Specified by:
getId
in interfaceRobotControl
- Specified by:
getId
in classRoboter
- Returns:
- Eine eindeutige Identifikation in Form einer Zahl.
-
getRobotType
- Specified by:
getRobotType
in classRoboter
-