Public Member Functions | |
void | publishGuts (is.Ostream out) |
void | refreshGuts (is.Istream in) |
Public Attributes | |
String | sequenceName |
Name of this Sequence. | |
int | runNumber |
The run number this Sequence was executed in. | |
int | startScanNumber |
The scan number of the first scan in this Sequence. | |
int | nTests |
The number of Tests in this Sequence. | |
String[] | testNames |
The names of all the Tests in this Sequence. | |
int | status |
Static Public Attributes | |
final int | EXECUTING = 0 |
final int | COMPLETED = 1 |
final int | ABORTED = 2 |
Protected Member Functions | |
SequenceData (String type) |