Class ControlSwitchFunction

java.lang.Object
org.orekit.control.indirect.adjoint.cost.ControlSwitchFunction
All Implemented Interfaces:
EventFunction

public abstract class ControlSwitchFunction extends Object implements EventFunction
Abstract class for event function representing a control switch.
Since:
14.0
Author:
Romain Serra
  • Constructor Details

    • ControlSwitchFunction

      public ControlSwitchFunction()
  • Method Details

    • dependsOnMainVariablesOnly

      public boolean dependsOnMainVariablesOnly()
      Description copied from interface: EventFunction
      Method returning true if and only if the event function does not depend on dependent variables, other than the Cartesian coordinates (or equivalent), mass and attitude (excepts for its rates). It should thus return false if the STM is needed to evaluate the event. This information is used for performance in propagation.
      Specified by:
      dependsOnMainVariablesOnly in interface EventFunction
      Returns:
      flag