PropagateSegmentResultsBackwardsAdaptersForStoppingConditionSegment Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<StateElementAdapter> BackwardsAdaptersForStoppingConditionSegment(
StoppingCondition condition
)
Public Function BackwardsAdaptersForStoppingConditionSegment (
condition As StoppingCondition
) As IList(Of StateElementAdapter)
public:
IList<StateElementAdapter^>^ BackwardsAdaptersForStoppingConditionSegment(
StoppingCondition^ condition
)
member BackwardsAdaptersForStoppingConditionSegment :
condition : StoppingCondition -> IList<StateElementAdapter>
Parameters
- condition
- Type: AGI.Foundation.StoppingConditionsStoppingCondition
The StoppingCondition whose backwards adapters will be retrieved.
Return Value
Type:
IListStateElementAdapterThe
adapters that can adapt
states from the
SegmentPropagator that was the
auto-segment associated with the
condition.
See Also