Package gov.nasa.jpl.command
Class SequenceCommand
java.lang.Object
gov.nasa.jpl.command.SequenceCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceCommand
(String commandString) Extracts and stores the start/end times for writing sequences. -
Method Summary
-
Constructor Details
-
SequenceCommand
Extracts and stores the start/end times for writing sequences.- Parameters:
commandString
-
-
-
Method Details
-
execute
Writes out all of the sequences which have steps within the start and end times.- Specified by:
execute
in interfaceCommand
- Throws:
CommandException
-
unExecute
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 interfaceCommand
- Throws:
CommandException
-