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