source:
xssim/src/schedframe/scheduling/plugin/grid/TaskQueue.java
@
104
Revision 104, 286 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[104] | 1 | package schedframe.scheduling.plugin.grid; |
2 | ||
3 | import schedframe.scheduling.Queue; | |
4 | import schedframe.scheduling.TaskInterface; | |
5 | ||
6 | /** | |
7 | * | |
8 | * @author Marcin Krystek | |
9 | * | |
10 | * @param <T> type of the native task representation | |
11 | */ | |
12 | public interface TaskQueue<T> extends Queue<TaskInterface<T>> { | |
13 | ||
14 | } |
Note: See TracBrowser
for help on using the repository browser.