package test.rewolucja.scheduling.plan; import java.util.ArrayList; import schedframe.scheduling.plan.SchedulingPlanInterface; public interface SchedulingPlanInterfaceNew extends SchedulingPlanInterface { public ArrayList getTasks(); }