Class SequenceWriter

java.lang.Object
gov.nasa.jpl.sequencing.SequenceWriter

public class SequenceWriter extends Object
  • Field Details

  • Constructor Details

    • SequenceWriter

      public SequenceWriter()
  • Method Details

    • createFile

      public static void createFile(String name)
    • closeFile

      public static void closeFile()
    • writeSequences

      public 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.
      Parameters:
      startTime - - first allowable sequence time
      endTime - - last allowable sequence time