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.
-
-
Field Summary
-
Fields inherited from class org.orekit.utils.ParameterDriver
SPAN
-
-
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, addSpanAtDate, addSpans, getMaxValue, getMinValue, getName, getNameSpan, getNamesSpanMap, getNbOfValues, getNormalizedValue, getNormalizedValue, getObservers, getReferenceDate, getReferenceValue, getScale, getTransitionDates, getValue, getValue, getValue, getValue, getValueContinuousEstimation, getValues, getValueSpanMap, getValueStepEstimation, isContinuousEstimation, isSelected, removeObserver, replaceObserver, setContinuousEstimation, setMaxValue, setMinValue, setName, setNormalizedValue, setNormalizedValue, setReferenceDate, setReferenceValue, setScale, setSelected, setValue, setValue, setValueSpanMap, 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
-
-