import java.util.List; public interface DroneScheduling { double minimalScheduleTime(List jobs, int numberOfDrones); }