Click or drag to resize

SinglePropagateSegmentResults Constructor (SegmentPropagator, ITimeBasedState, PropagateSegmentConfiguration, StoppablePropagatorResults, Boolean, IList<StateElementAdapter>)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public SinglePropagateSegmentResults(
	SegmentPropagator propagator,
	ITimeBasedState initialState,
	PropagateSegmentConfiguration configuration,
	StoppablePropagatorResults propagationResults,
	bool stoppedOnMaximumDuration,
	IList<StateElementAdapter> backwardsAdapters
)

Parameters

propagator
Type: AGI.Foundation.SegmentPropagation.SegmentPropagator
The SegmentPropagator that has created these results.
initialState
Type: AGI.Foundation.Coordinates.ITimeBasedState
The initial state that the propagator was propagated from.
configuration
Type: AGI.Foundation.SegmentPropagation.PropagateSegmentConfiguration
The PropagateSegmentConfiguration that was used to propagate this segment.
propagationResults
Type: AGI.Foundation.Propagators.StoppablePropagatorResults
The StoppablePropagatorResults produced during propagation.
stoppedOnMaximumDuration
Type: System.Boolean
Did this segment stop due to hitting the segments maximum duration setting.
backwardsAdapters
Type: System.Collections.Generic.IList<StateElementAdapter>
The backwards adapters, if the StoppingCondition that was tripped was configured with an auto-sequence.
See Also