source: xssim/src/test/rewolucja/scheduling/plan/ScheduledTaskInterfaceNew.java @ 104

Revision 104, 394 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.scheduling.plan;
2
3
4import java.util.ArrayList;
5
6import schedframe.scheduling.plan.ScheduledTaskInterface;
7import test.rewolucja.GSSIMJobInterface;
8
9public interface ScheduledTaskInterfaceNew extends ScheduledTaskInterface<org.qcg.broker.schemas.schedulingplan.Task>{
10
11        public ArrayList<AllocationInterfaceNew> getAllocations();
12       
13        public GSSIMJobInterface<?> getTask();
14}
Note: See TracBrowser for help on using the repository browser.