Package gov.nasa.jpl.sequencing
Class SequenceWriter
java.lang.Object
gov.nasa.jpl.sequencing.SequenceWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
createFile
(String name) static void
writeSequences
(Time startTime, Time endTime) Loops through the sequence list and writes each sequence which starts within the start time and end time.
-
Field Details
-
writer
-
-
Constructor Details
-
SequenceWriter
public SequenceWriter()
-
-
Method Details
-
createFile
-
closeFile
public static void closeFile() -
writeSequences
Loops through the sequence list and writes each sequence which starts within the start time and end time.- Parameters:
startTime
- - first allowable sequence timeendTime
- - last allowable sequence time
-