Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateBasedConstraint
A
SegmentPropagatorConstraint for use with TargetedSegmentListDifferentialCorrector
where the constraint value is produced by a delegate that computes the value
from the specified SegmentResults . |
class |
ExtremeValueOfSegmentConstraint
This
constraint will take the extreme value of a
Scalar (get / set ) computed while propagating a SegmentPropagator . |
class |
ScalarAtEndOfNumericalSegmentConstraint
This
constraint will take the final value from an instance of
SegmentResults and evaluate a Scalar (get / set ) at that time with that information. |
class |
ScalarAtEndOfSegmentConstraint
This
constraint will take the initial or final value from a
SegmentResults and evaluate a Scalar (get / set ) at that time with that information. |
class |
ScalarDifferenceOfSegmentConstraint
This
constraint will take the initial and final values from a
SegmentResults and evaluate the difference of a Scalar (get / set ) at those times. |
Modifier and Type | Method and Description |
---|---|
SegmentPropagatorConstraint |
SegmentPropagatorConstraintEvaluator.getIdentifier()
Gets the
identifier for this evaluator. |
Modifier and Type | Method and Description |
---|---|
ArrayList<SegmentPropagatorConstraint> |
TargetedSegmentListDifferentialCorrector.getConstraints()
Gets the
constraints that the Variables (get )
will attempt to drive the trajectory of the parent TargetedSegmentList to. |
List<SegmentPropagatorConstraint> |
TargetedSegmentListParameterOptimizer.getEqualities()
Gets the
equalities that the Variables (get )
will attempt to satisfy by modifying the trajectory of the parent TargetedSegmentList . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ScalarDifferenceOfSegmentConstraint.checkForSameDefinition(SegmentPropagatorConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarAtEndOfSegmentConstraint.checkForSameDefinition(SegmentPropagatorConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarAtEndOfNumericalSegmentConstraint.checkForSameDefinition(SegmentPropagatorConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ExtremeValueOfSegmentConstraint.checkForSameDefinition(SegmentPropagatorConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
DelegateBasedConstraint.checkForSameDefinition(SegmentPropagatorConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
SegmentPropagatorConstraint.checkForSameDefinition(SegmentPropagatorConstraint other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
SegmentPropagatorConstraint(SegmentPropagatorConstraint existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
SegmentPropagatorConstraintEvaluator(EvaluatorGroup group,
SegmentPropagatorConstraint definition)
Initializes a new instance.
|