source:
xssim/trunk/src/schedframe/scheduling/plugin/grid/GlobalSchedulingPlugin.java
@
196
Revision 196, 246 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[104] | 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 | */ | |
[196] | 11 | public interface GlobalSchedulingPlugin extends SchedulingPlugin { |
[104] | 12 | |
13 | ||
14 | } |
Note: See TracBrowser
for help on using the repository browser.