Click or drag to resize

PropagateSegmentResultsAddStoppingConditionBackwardsAdapters Method

It is not known ahead of time which of the auto-segments associated with a StoppingCondition will be run. So the adapters that go from the auto-segment back to the native defined-ins of the parent NumericalPropagatorSegment must be available for use. This method allows you to add those adapters to 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 void AddStoppingConditionBackwardsAdapters(
	SegmentDefinition segment,
	IList<StateElementAdapter> backwardsAdapters
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition associated with the backwardsAdapters.
backwardsAdapters
Type: System.Collections.GenericIListStateElementAdapter
The adapters that can adapt states from the SegmentPropagator that was the auto-segment associated with the segment.
See Also