Class SASFStep
java.lang.Object
gov.nasa.jpl.sequencing.sasfSequencing.SASFStep
- Direct Known Subclasses:
SASFActivity
,SASFCommand
,SASFGround
,SASFNote
,SASFSpawn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addComment
(String comment) void
protected static String
formatStepArgs
(List<String> stepArgs) Takes in a list of stepArgs and formats them by adding new lines in between arguments and commas after all but the last argument.abstract String
Writes out the name of the step along with any arguments.Writes out the footer for a given step inside of a request.writeStepHeader
(Integer stepNumber, Time requestStart) Writes out the header for a given step inside of a request.
-
Field Details
-
stepType
-
stepStart
-
comment
-
ntext
-
-
Constructor Details
-
SASFStep
-
-
Method Details
-
formatStepArgs
Takes in a list of stepArgs and formats them by adding new lines in between arguments and commas after all but the last argument.- Parameters:
stepArgs
-- Returns:
-
writeStepHeader
Writes out the header for a given step inside of a request.- Parameters:
stepNumber
-requestStart
-- Returns:
-
writeStepBody
Writes out the name of the step along with any arguments.- Returns:
-
addComment
-
addNText
-