Package org.orekit.utils.drivers
Class ParameterDriversSequence
java.lang.Object
org.orekit.utils.drivers.ParameterDriversSequence
- All Implemented Interfaces:
ParameterDriversProvider
Sequence of
parameter drivers along a timeline.- Since:
- 14.0
- Author:
- Luc Maisonobe
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetActiveDriver(AbsoluteDate date) Get the driver that is active at date.intGet the index of driver that is active at date in thegetParametersDrivers()list.Get the drivers for parameters.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.utils.drivers.ParameterDriversProvider
getParameterDriver, getParameterDriverWithSubstring, getParameters, getParameters, isSupported
-
Method Details
-
getParametersDrivers
Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
getActiveDriver
Get the driver that is active at date.- Parameters:
date- date to check- Returns:
- driver active at this date
-
getActiveDriverIndex
Get the index of driver that is active at date in thegetParametersDrivers()list.- Parameters:
date- date to check- Returns:
- driver active at this date
-