Class MissionPlanningOrderTrigger

Direct Known Subclasses:
DatatakeOrderTrigger, OrbitOrderTrigger

@MappedSuperclass public abstract class MissionPlanningOrderTrigger extends OrderTrigger
Base class for triggers which fire upon reaching start time of a mission planning object plus a given deltaTime (may be negative, which means that the event fires before the start time of the object)
Since:
prosEO 2.1.0
Author:
Dr. Thomas Bassler
  • Constructor Details

    • MissionPlanningOrderTrigger

      public MissionPlanningOrderTrigger()
  • Method Details

    • getDeltaTime

      public Duration getDeltaTime()
      Gets the time offset for the trigger to fire
      Returns:
      the time offset relative to the mission planning object's start time
    • setDeltaTime

      public void setDeltaTime(Duration deltaTime)
      Sets the time offset for the trigger to fire
      Parameters:
      deltaTime - the time offset relative to the mission planning object's start time to set