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 |
| String | startTime |
| The UTC time the Sequence started in ISO format. | |
| String | endTime |
| The UTC time the Sequence ended in ISO format. | |
| String[] | modules |
| The serial numbers of all the modules being scanned. | |
| int | version |
| Version of this class - used in streaming. | |
Static Public Attributes | |
| final int | EXECUTING = 0 |
| final int | COMPLETED = 1 |
| final int | ABORTED = 2 |
Protected Member Functions | |
| SequenceData (String type) | |
Definition at line 13 of file SequenceData.java.
|
|
Version of this class - used in streaming. MUST be incrimented if class definition changes. Definition at line 65 of file SequenceData.java. |
1.3.5