Class TutorialForceModel.TutorialManeuver

    • Constructor Detail

      • TutorialManeuver

        public TutorialManeuver()
    • Method Detail

      • setStartDate

        public void setStartDate​(TutorialEstimatedDateParameter startDate)
        Set the estimated start date.
        Parameters:
        startDate - the estimated start date
      • setStopDate

        public void setStopDate​(TutorialEstimatedDateParameter stopDate)
        Set the estimated stop date.
        Parameters:
        stopDate - the estimated stop date
      • setMedianDate

        public void setMedianDate​(TutorialEstimatedDateParameter medianDate)
        Set the estimated median date.
        Parameters:
        medianDate - the estimated median date
      • setDuration

        public void setDuration​(TutorialEstimatedParameter duration)
        Set the estimated duration.
        Parameters:
        duration - the estimated duration
      • setThrust

        public void setThrust​(TutorialEstimatedParameter thrust)
        Set the estimated thrust.
        Parameters:
        thrust - the estimated thrust
      • setFlowRate

        public void setFlowRate​(TutorialEstimatedParameter flowRate)
        Set the estimated flow rate.
        Parameters:
        flowRate - the estimated flow rate
      • getIsp

        public double getIsp()
        Get the Isp.
        Returns:
        the Isp
      • setIsp

        public void setIsp​(double isp)
        Set the Isp.
        Parameters:
        isp - the Isp
      • getDirection

        public org.hipparchus.geometry.euclidean.threed.Vector3D getDirection()
        Get the thust direction.
        Returns:
        the thust direction
      • setDirection

        public void setDirection​(double[] direction)
        Set the thust direction.
        Parameters:
        direction - the thust direction
      • getName

        public String getName()
        Get the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Set the name.
        Parameters:
        name - the name