public static class ParameterDriversList.DelegatingDriver extends ParameterDriver
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getRawDrivers()
Get the raw drivers to which this one delegates.
|
void |
setSelected(boolean selected)
Configure a parameter selection status.
|
addObserver, getMaxValue, getMinValue, getName, getNormalizedValue, getReferenceValue, getScale, getValue, isSelected, setNormalizedValue, setValue, toStringpublic void setSelected(boolean selected)
Selection is used for estimated parameters in orbit determination, or to compute the Jacobian matrix in partial derivatives computation.
setSelected in class ParameterDriverselected - if true the parameter is selected,
otherwise it will be fixedpublic List<ParameterDriver> getRawDrivers()
These raw drivers all manage the same parameter name.
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.