Class SASFGround

java.lang.Object
gov.nasa.jpl.sequencing.sasfSequencing.SASFStep
gov.nasa.jpl.sequencing.sasfSequencing.SASFGround

public class SASFGround extends SASFStep
  • Constructor Details

    • SASFGround

      public SASFGround(Time absoluteStartTime, String groundName, String groundArgs)
      ground constructor, string args
      Parameters:
      absoluteStartTime -
      groundName -
      groundArgs -
    • SASFGround

      public SASFGround(Time absoluteStartTime, String groundName, List<String> groundArgs)
      ground constructor, list args
      Parameters:
      absoluteStartTime -
      groundName -
      groundArgs -
  • Method Details

    • writeStepBody

      public String writeStepBody()
      Writes out the body of the spawn step.
      Specified by:
      writeStepBody in class SASFStep
      Returns: