public class SignalFailureFormat
extends java.lang.Object
Constructor and Description |
---|
SignalFailureFormat() |
SignalFailureFormat(int blockNumber,
double startTime,
double endTime) |
Modifier and Type | Method and Description |
---|---|
int |
getBlockNo() |
double |
getEnd() |
double |
getStart() |
void |
setBlockNo(int blockNo) |
void |
setEnd(double end) |
void |
setStart(double start) |