RoboterFabrik/Roboter/tpe/exceptions/roboter/Robot.java

11 lines
219 B
Java
Raw Normal View History

2022-12-27 11:00:42 +01:00
/* (c) 2012 Thomas Smits */
package tpe.exceptions.roboter;
/**
* Interface für Roboter.
*
* @author Thomas Smits
*/
public interface Robot extends RobotControl, RobotInstructions {
// keine eigenen Methoden
}