Package org.orekit.utils.drivers
Class ParameterDriversList.DelegatingDriver
java.lang.Object
org.orekit.utils.drivers.ParameterDriver
org.orekit.utils.drivers.ParameterDriversList.DelegatingDriver
- Enclosing class:
ParameterDriversList
Specialized driver delegating to several other managing
the same parameter name.
-
Method Summary
Modifier and TypeMethodDescriptionGet the raw drivers to which this one delegates.Methods inherited from class org.orekit.utils.drivers.ParameterDriver
addObserver, getMaxValue, getMinValue, getName, getNormalizedValue, getObservers, getReferenceDate, getReferenceValue, getScale, getValidity, getValue, getValue, isSelected, removeObserver, replaceObserver, setMaxValue, setMinValue, setName, setNormalizedValue, setReferenceDate, setReferenceValue, setScale, setSelected, setValidity, setValue, toString
-
Method Details
-
getRawDrivers
Get the raw drivers to which this one delegates.These raw drivers all manage the same parameter name.
- Returns:
- raw drivers to which this one delegates
-