Click or drag to resize

SegmentListGetSegmentListPropagator 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: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentListPropagator GetSegmentListPropagator(
	EvaluatorGroup group,
	SegmentDefinition previousSegment
)

Parameters

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

Return Value

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