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