| Package | Description |
|---|---|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DelegateBasedVariable.checkForSameDefinition(DelegateBasedVariable<T> other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
| Constructor and Description |
|---|
DelegateBasedVariable(DelegateBasedVariable<T> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
DelegateBasedVariable<ImpulsiveManeuverSegmentConfiguration> |
ImpulsiveManeuverSegment.createVariable(double maximumStep,
double perturbation,
SetVariableCallback<ImpulsiveManeuverSegmentConfiguration> setter)
Creates a
DelegateBasedVariable based on this
segment's configuration. |
DelegateBasedVariable<ImpulsiveManeuverSegmentConfiguration> |
ImpulsiveManeuverSegment.createVariable(double maximumStep,
double perturbation,
SetVariableCallback<ImpulsiveManeuverSegmentConfiguration> setter,
SolverVariableScaling scaling)
Creates a
DelegateBasedVariable based on this
segment's configuration. |
DelegateBasedVariable<InitialStateSegmentConfiguration> |
InitialStateSegment.createVariable(double maximumStep,
double perturbation,
SetVariableCallback<T> setter)
Creates a
DelegateBasedVariable based on this segments configuration, which is
the state that will be returned when this segment is propagated. |
DelegateBasedVariable<InitialStateSegmentConfiguration> |
InitialStateSegment.createVariable(double maximumStep,
double perturbation,
SetVariableCallback<T> setter,
SolverVariableScaling scaling)
Creates a
DelegateBasedVariable based on this segments configuration, which is
the state that will be returned when this segment is propagated. |