master
Eline 2023-01-10 17:34:15 +01:00
parent 965477fe59
commit 14630965e9
1 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ public class RobotFactory {
private static int C2POId=10000; private static int C2POId=10000;
/** /**
* Dies ist eine Factory methode, mit der man einen Roboter * Dies This is a factory method, with which you can generate a robot
* mit einem bestimmten typ und namen generieren lassen kann * with a specific type and name.
* @param typ Typ vom Roboter * @param typ type of the robot
* @param name Name vom Roboter * @param name name of the robot
* @return ein Roboter Objekt * @return a robot Object
*/ */
public static Robot getRobot(Typ typ,String name){ public static Robot getRobot(Typ typ,String name){
switch (typ){ switch (typ){