Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
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 |
SinglePointStoppablePropagator
Samples a
Point at a specified time step until a StoppingCondition is
satisfied, returning the ephemeris computed and all events found by the
StoppingConditions (get ). |
Modifier and Type | Method and Description |
---|---|
StoppablePropagator |
StoppablePropagatorDefinition.getStoppablePropagator()
Creates and initialize the actual
StoppablePropagator . |
StoppablePropagator |
StoppablePropagatorDefinition.getStoppablePropagator(EvaluatorGroup group)
Creates and initialize the actual
StoppablePropagator . |
abstract StoppablePropagator |
StoppablePropagatorDefinition.getStoppablePropagator(EvaluatorGroup group,
List<StateElementAdapterDefinition> previousAdapters)
Creates and initialize the actual
StoppablePropagator . |
StoppablePropagator |
StoppableNumericalPropagator.getStoppablePropagator(EvaluatorGroup group,
List<StateElementAdapterDefinition> previousAdapters)
Creates and initialize the actual
StoppablePropagator . |
StoppablePropagator |
SinglePointStoppablePropagatorDefinition.getStoppablePropagator(EvaluatorGroup group,
List<StateElementAdapterDefinition> previousAdapters)
Creates and initialize the actual
StoppablePropagator . |
StoppablePropagator |
DynamicStateStoppablePropagator.getStoppablePropagator(EvaluatorGroup group,
List<StateElementAdapterDefinition> previousAdapters)
Creates and initialize the actual
StoppablePropagator . |
StoppablePropagator |
ConstantStateStoppablePropagator.getStoppablePropagator(EvaluatorGroup group,
List<StateElementAdapterDefinition> previousAdapters)
Creates and initialize the actual
StoppablePropagator . |
Constructor and Description |
---|
StoppablePropagator(StoppablePropagator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
StoppablePropagator |
PropagateSegmentConfiguration.getPropagator()
Gets the
StoppablePropagator to use
during propagation of the segment. |
Modifier and Type | Method and Description |
---|---|
void |
PropagateSegmentConfiguration.setPropagator(StoppablePropagator value)
Sets the
StoppablePropagator to use
during propagation of the segment. |
Constructor and Description |
---|
PropagateSegmentConfiguration(StoppablePropagator propagator,
Map<SegmentDefinition,SegmentConfiguration> autoSegmentConfigurations)
Initializes a new instance.
|