StoppablePropagator Properties |
The StoppablePropagator type exposes the following members.
Name | Description | |
---|---|---|
Adapters |
Gets the list of StateElementAdapters that
must be applied to the passed in initial state. Note these should not be applied
to the stored initial state if no initial state was passed in.
| |
CurrentDate |
Gets the date of the current state.
This will get updated automatically after TakeStep(Duration, Boolean) and Restep(Duration) is called.
| |
CurrentState |
Gets or sets the most recently computed state from the propagator.
Assume that this state is mutable and that the instance will be updated at every step and restep.
For performance considerations, make the derived state type mutable and update a single
instance if possible.
| |
Group |
Gets the group that contains this evaluator.
| |
InitialPropagationDirection |
Gets the direction of propagation once
PropagateUntilStop(ITimeBasedState, IEnumerableStoppingConditionEvaluator, IntegrationSense, Boolean, Int32, ITrackCalculationProgress)
has been called.
| |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
| |
PreviousDate |
Gets or sets the date of the previously propagated state.
This will get updated automatically right after TakeStep(Duration, Boolean) is called.
| |
StoppingConditionEvaluators |
Gets a read only collection of the stopping conditions
that will be used by this propagator.
|