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

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