source:
DCWoRMS/trunk/src/schedframe/scheduling/plugin/grid/GlobalSchedulingPlugin.java
@
477
Revision 477, 238 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package schedframe.scheduling.plugin.grid; |
2 | |
3 | import schedframe.scheduling.plugin.SchedulingPlugin; |
4 | |
5 | /** |
6 | * Interface of a Grid Scheduler |
7 | * |
8 | * @author Ariel |
9 | * |
10 | */ |
11 | public interface GlobalSchedulingPlugin extends SchedulingPlugin { |
12 | |
13 | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.