Click or drag to resize

PropagateSegmentResultsBackwardsAdaptersForStoppingConditionSegment Method

Gets the IListT of backwards adapters associated with the condition. These adapters will allow you to adapt the SegmentResults of the auto-segment associated with the condition back to the defined-ins of the initial propagation of the NumericalPropagatorSegment that made these results.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<StateElementAdapter> BackwardsAdaptersForStoppingConditionSegment(
	StoppingCondition condition
)

Parameters

condition
Type: AGI.Foundation.StoppingConditionsStoppingCondition
The StoppingCondition whose backwards adapters will be retrieved.

Return Value

Type: IListStateElementAdapter
The adapters that can adapt states from the SegmentPropagator that was the auto-segment associated with the condition.
See Also