Pr_robot_factory/robot/interfaces/Robot.java

12 lines
246 B
Java

/* (c) 2012 Thomas Smits */
//package tpe.exceptions.roboter;
package robot.interfaces;
/**
* Interface für Roboter.
*
* @author Thomas Smits
*/
public interface Robot extends RobotControl, RobotInstructions {
// keine eigenen Methoden
}