source:
DCWoRMS/trunk/src/simulator/workload/reader/archive/WAReader.java
@
477
Revision 477, 177 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package simulator.workload.reader.archive; |
2 | |
3 | import simulator.workload.reader.JobReader; |
4 | |
5 | public interface WAReader<Job> extends JobReader<Job>{ |
6 | |
7 | public WAParser getParser(); |
8 | } |
Note: See TracBrowser
for help on using the repository browser.