source: DCWoRMS/trunk/src/simulator/workload/reader/archive/WAFields.java @ 879

Revision 879, 420 bytes checked in by wojtekp, 12 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        public static final String COMMENT_APPLICATION = "Application";
16       
17}
Note: See TracBrowser for help on using the repository browser.