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.2.419.0 (24.2.419.0)
Syntax public SinglePropagateSegmentResults(
SegmentPropagator propagator,
ITimeBasedState initialState,
PropagateSegmentConfiguration configuration,
StoppablePropagatorResults propagationResults,
bool stoppedOnMaximumDuration,
IList<StateElementAdapter> backwardsAdapters
)
Public Sub New (
propagator As SegmentPropagator,
initialState As ITimeBasedState,
configuration As PropagateSegmentConfiguration,
propagationResults As StoppablePropagatorResults,
stoppedOnMaximumDuration As Boolean,
backwardsAdapters As IList(Of StateElementAdapter)
)
public:
SinglePropagateSegmentResults(
SegmentPropagator^ propagator,
ITimeBasedState^ initialState,
PropagateSegmentConfiguration^ configuration,
StoppablePropagatorResults^ propagationResults,
bool stoppedOnMaximumDuration,
IList<StateElementAdapter^>^ backwardsAdapters
)
new :
propagator : SegmentPropagator *
initialState : ITimeBasedState *
configuration : PropagateSegmentConfiguration *
propagationResults : StoppablePropagatorResults *
stoppedOnMaximumDuration : bool *
backwardsAdapters : IList<StateElementAdapter> -> SinglePropagateSegmentResults
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