source: DCWoRMS/trunk/src/schedframe/scheduling/plugin/grid/GlobalSchedulingPlugin.java @ 477

Revision 477, 238 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.plugin.SchedulingPlugin;
4
5/**
6 * Interface of a Grid Scheduler
7 *
8 * @author Ariel
9 * 
10 */
11public interface GlobalSchedulingPlugin extends SchedulingPlugin {
12
13
14}
Note: See TracBrowser for help on using the repository browser.