interface InternalCombustionEngine { void start(); void stop(); void setThrottle(int throttleLevel); int getRPM(); }