Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
Modifier and Type | Method and Description |
---|---|
StoppingConditionEvent |
StoppablePropagatorResults.getEventThatStoppedPropagator()
Gets the event that stopped the actual propagation.
|
Modifier and Type | Method and Description |
---|---|
List<StoppingConditionEvent> |
StoppablePropagatorResults.getDetectedEvents()
Gets all of the
StoppingConditionEvents
found during propagation. |
Modifier and Type | Method and Description |
---|---|
protected StoppablePropagatorResults |
StoppablePropagator.createStoppedPropagatorResult(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> savedStates,
boolean aborted)
Creates the results of the overall propagation after the stopping event has been found.
|
protected StoppablePropagatorResults |
SinglePointStoppablePropagator.createStoppedPropagatorResult(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> savedStates,
boolean aborted)
Creates the results of the overall propagation after the stopping event has been found.
|
Modifier and Type | Method and Description |
---|---|
protected StoppablePropagatorResults |
StoppablePropagator.createStoppedPropagatorResult(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> savedStates,
boolean aborted)
Creates the results of the overall propagation after the stopping event has been found.
|
protected StoppablePropagatorResults |
SinglePointStoppablePropagator.createStoppedPropagatorResult(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> savedStates,
boolean aborted)
Creates the results of the overall propagation after the stopping event has been found.
|
Constructor and Description |
---|
SinglePointStoppablePropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
DateMotionCollection1<Cartesian> ephemeris,
List<ITimeBasedState> propagatedStates,
boolean aborted)
Initializes a new instance.
|
StoppableNumericalPropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> propagatedStates,
NumericalPropagationStateHistory numericalPropagationResults,
boolean aborted)
Initializes a new instance.
|
StoppablePropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
Iterable<? extends ITimeBasedState> propagatedStates,
boolean aborted)
Initializes a new instance.
|
Constructor and Description |
---|
SinglePointStoppablePropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
DateMotionCollection1<Cartesian> ephemeris,
List<ITimeBasedState> propagatedStates,
boolean aborted)
Initializes a new instance.
|
StoppableNumericalPropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> propagatedStates,
NumericalPropagationStateHistory numericalPropagationResults,
boolean aborted)
Initializes a new instance.
|
StoppablePropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
Iterable<? extends ITimeBasedState> propagatedStates,
boolean aborted)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
StoppingConditionEvent |
StoppingConditionEventFoundEventArgs.getEventFound()
Gets the
StoppingConditionEvent that has been detected. |
Constructor and Description |
---|
StoppingConditionEventFoundEventArgs(StoppingConditionEvent stoppingConditionEvent)
Initializes a new instance.
|