Click or drag to resize

SinglePropagateSegmentResults Constructor (SegmentPropagator, ITimeBasedState, PropagateSegmentConfiguration, StoppablePropagatorResults, Boolean, IListStateElementAdapter)

Initializes a new instance.

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

Parameters

propagator
Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that has created these results.
initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state that the propagator was propagated from.
configuration
Type: AGI.Foundation.SegmentPropagationPropagateSegmentConfiguration
The PropagateSegmentConfiguration that was used to propagate this segment.
propagationResults
Type: AGI.Foundation.PropagatorsStoppablePropagatorResults
The StoppablePropagatorResults produced during propagation.
stoppedOnMaximumDuration
Type: SystemBoolean
Did this segment stop due to hitting the segments maximum duration setting.
backwardsAdapters
Type: System.Collections.GenericIListStateElementAdapter
The backwards adapters, if the StoppingCondition that was tripped was configured with an auto-sequence.
See Also