source: xssim/trunk/src/schedframe/scheduling/plugin/grid/TaskQueue.java @ 104

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