- Timestamp:
- 10/08/12 10:23:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/plan/ScheduledTaskInterface.java
r478 r481 4 4 5 5 import schedframe.DescriptionContainer; 6 import schedframe.scheduling.tasks. WorkloadUnit;6 import schedframe.scheduling.tasks.TaskInterface; 7 7 8 8 public interface ScheduledTaskInterface<T> extends DescriptionContainer<T> { … … 190 190 191 191 192 public ArrayList<AllocationInterface > getAllocations();192 public ArrayList<AllocationInterface<?>> getAllocations(); 193 193 194 public WorkloadUnitgetTask();194 public TaskInterface<?> getTask(); 195 195 196 196 }
Note: See TracChangeset
for help on using the changeset viewer.