Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateBasedVariable<T extends SegmentConfiguration>
A
SegmentPropagatorVariable that uses a delegate to get and set
the relevant values in a segment's configuration. |
class |
ParameterizedDateVariable
A variable for use with
TargetedSegmentListDifferentialCorrector
that will change the value of a JulianDate used in the computation of some value within the
segment propagators getting propagated. |
class |
ParameterizedDoubleVariable
A variable for use with
TargetedSegmentListDifferentialCorrector
that will change the value of a ValueDefinition used in the computation of some value within the
segment propagators getting propagated where T is a double. |
class |
ParameterizedDurationVariable
A variable for use with
TargetedSegmentListDifferentialCorrector
that will change the value of a Duration used in the computation of some value within the
segment propagators getting propagated. |
class |
ParameterizedScalarVariable
A variable for use with
TargetedSegmentListDifferentialCorrector
that will change the value of a Scalar used in the computation of some value within the
segment propagators getting propagated. |
Modifier and Type | Method and Description |
---|---|
SegmentPropagatorVariable |
SegmentPropagatorVariableEvaluator.getIdentifier()
Gets the
identifier of this
variable evaluator . |
Modifier and Type | Method and Description |
---|---|
List<SegmentPropagatorVariable> |
TargetedSegmentListParameterOptimizer.getVariables()
|
ArrayList<SegmentPropagatorVariable> |
TargetedSegmentListDifferentialCorrector.getVariables()
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ParameterizedScalarVariable.checkForSameDefinition(SegmentPropagatorVariable other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ParameterizedDurationVariable.checkForSameDefinition(SegmentPropagatorVariable other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ParameterizedDoubleVariable.checkForSameDefinition(SegmentPropagatorVariable other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ParameterizedDateVariable.checkForSameDefinition(SegmentPropagatorVariable other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
DelegateBasedVariable.checkForSameDefinition(SegmentPropagatorVariable other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
SegmentPropagatorVariable.checkForSameDefinition(SegmentPropagatorVariable other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
SegmentPropagatorVariable(SegmentPropagatorVariable existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
SegmentPropagatorVariableEvaluator(EvaluatorGroup group,
SegmentPropagatorVariable definition)
Initializes a new instance.
|