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.2.419.0 (24.2.419.0)
Syntax public void AddStoppingConditionBackwardsAdapters(
SegmentDefinition segment,
IList<StateElementAdapter> backwardsAdapters
)
Public Sub AddStoppingConditionBackwardsAdapters (
segment As SegmentDefinition,
backwardsAdapters As IList(Of StateElementAdapter)
)
public:
void AddStoppingConditionBackwardsAdapters(
SegmentDefinition^ segment,
IList<StateElementAdapter^>^ backwardsAdapters
)
member AddStoppingConditionBackwardsAdapters :
segment : SegmentDefinition *
backwardsAdapters : IList<StateElementAdapter> -> unit
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