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

Revision 104, 355 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package simulator.workload.reader.archive;
2
3/**
4 *
5 * @author Marcin Krystek
6 *
7 */
8
9public abstract class WAFields {
10       
11        public static final String COMMENT_STARTTIME = "StartTime";
12        public static final String COMMENT_NOTE = "Note";
13        public static final String COMMENT_PUSPEED = "PUSpeed";
14        public static final String COMMENT_IDMAPPING = "IDMapping";
15       
16}
Note: See TracBrowser for help on using the repository browser.