Class SequenceCommand

java.lang.Object
gov.nasa.jpl.command.SequenceCommand
All Implemented Interfaces:
Command

public class SequenceCommand extends Object implements Command
  • Constructor Details

    • SequenceCommand

      public SequenceCommand(String commandString)
      Extracts and stores the start/end times for writing sequences.
      Parameters:
      commandString -
  • Method Details

    • execute

      public void execute() throws CommandException
      Writes out all of the sequences which have steps within the start and end times.
      Specified by:
      execute in interface Command
      Throws:
      CommandException
    • unExecute

      public void unExecute() throws CommandException
      Does not do anything. Only way I could think to implement an undo of a sequence command would be to delete all of the sequence files which were created, but I don't think we want to do that.
      Specified by:
      unExecute in interface Command
      Throws:
      CommandException