Click or drag to resize

SegmentList.GetSegmentListPropagator Method (EvaluatorGroup, SegmentDefinition)

Creates and returns the propagator for this SegmentList.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SegmentListPropagator GetSegmentListPropagator(
	EvaluatorGroup group,
	SegmentDefinition previousSegment
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup to use when making evaluators.
previousSegment
Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The previous segment.

Return Value

Type: SegmentListPropagator
The SegmentListPropagator configured with the segment propagators of all of this definition's segments.
See Also