Package org.orekit.utils
Class ParameterDriversList.DelegatingDriver
- java.lang.Object
-
- org.orekit.utils.ParameterDriver
-
- org.orekit.utils.ParameterDriversList.DelegatingDriver
-
- Enclosing class:
- ParameterDriversList
public static class ParameterDriversList.DelegatingDriver extends ParameterDriver
Specialized driver delegating to several other managing the same parameter name.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterDriver>
getRawDrivers()
Get the raw drivers to which this one delegates.-
Methods inherited from class org.orekit.utils.ParameterDriver
addObserver, getMaxValue, getMinValue, getName, getNormalizedValue, getObservers, getReferenceDate, getReferenceValue, getScale, getValue, getValue, isSelected, removeObserver, setMaxValue, setMinValue, setName, setNormalizedValue, setReferenceDate, setReferenceValue, setScale, setSelected, setValue, toString
-
-
-
-
Method Detail
-
getRawDrivers
public List<ParameterDriver> 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
-
-