Package | Description |
---|---|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Class and Description |
---|---|
class |
NumericalInitialStateSegment
An
InitialStateSegment whose state is represented as a
NumericalPropagatorState derived from a NumericalPropagatorDefinition . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NumericalInitialStateSegment.checkForSameDefinition(InitialStateSegment<NumericalPropagatorState> other) |
protected boolean |
InitialStateSegment.checkForSameDefinition(InitialStateSegment<T> other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
InitialStateSegment(InitialStateSegment<T> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|