package simulator.utils.workload; public interface TaskManagerInterface { public String[] manageTask(String task[]); }