Package org.orekit.utils
Interface ParametersDriversProvider
-
- All Known Subinterfaces:
DiscreteTroposphericModel
,DSSTForceModel
,ForceModel
,IonosphericModel
- All Known Implementing Classes:
AbstractDragForceModel
,AbstractForceModel
,AbstractGaussianContribution
,AbstractRadiationForceModel
,ConfigurableLowThrustManeuver
,ConstantThrustManeuver
,CR3BPForceModel
,DeSitterRelativity
,DragForce
,DSSTAtmosphericDrag
,DSSTNewtonianAttraction
,DSSTSolarRadiationPressure
,DSSTTesseral
,DSSTThirdBody
,DSSTZonal
,ECOM2
,EstimatedIonosphericModel
,EstimatedTroposphericModel
,FixedTroposphericDelay
,GlobalIonosphereMapModel
,HolmesFeatherstoneAttractionModel
,InertialForces
,KlobucharIonoModel
,KnockeRediffusedForceModel
,LenseThirringRelativity
,Maneuver
,MariniMurrayModel
,MendesPavlisModel
,NeQuickModel
,NewtonianAttraction
,OceanTides
,ParametricAcceleration
,PythonAbstractDragForceModel
,PythonAbstractForceModel
,PythonAbstractGaussianContribution
,PythonAbstractRadiationForceModel
,PythonDiscreteTroposphericModel
,PythonDSSTForceModel
,PythonForceModel
,PythonIonosphericModel
,PythonParametersDriversProvider
,Relativity
,SaastamoinenModel
,SingleBodyAbsoluteAttraction
,SingleBodyRelativeAttraction
,SolarRadiationPressure
,SolidTides
,SsrVtecIonosphericModel
,ThirdBodyAttraction
,ThirdBodyAttractionEpoch
,TimeSpanDragForce
,TimeSpanEstimatedTroposphericModel
,TimeSpanParametricAcceleration
,ViennaOneModel
,ViennaThreeModel
public interface ParametersDriversProvider
Provider forparameters drivers
.- Since:
- 11.2
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ParameterDriver>
getParametersDrivers()
Get the drivers for parameters.
-
-
-
Method Detail
-
getParametersDrivers
List<ParameterDriver> getParametersDrivers()
Get the drivers for parameters.- Returns:
- drivers for parameters
-
-