source: DCWoRMS/branches/coolemall/src/simulator/utils/workload/TaskManagerInterface.java @ 477

Revision 477, 124 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package simulator.utils.workload;
2
3public interface TaskManagerInterface {
4
5        public String[] manageTask(String task[]);
6       
7}
Note: See TracBrowser for help on using the repository browser.