Pr_robot_factory/utility/interfaces/Robot.java

15 lines
218 B
Java

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