source: xssim/trunk/src/simulator/workload/reader/archive/WAReader.java @ 104

Revision 104, 177 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package simulator.workload.reader.archive;
2
3import simulator.workload.reader.JobReader;
4
5public interface WAReader<Job> extends JobReader<Job>{
6
7        public WAParser getParser();
8}
Note: See TracBrowser for help on using the repository browser.