Click or drag to resize

SegmentPropagator Constructor (SegmentDefinition, SegmentDefinition, EvaluatorGroup)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SegmentPropagator(
	SegmentDefinition previousSegment,
	SegmentDefinition creator,
	EvaluatorGroup group
)

Parameters

previousSegment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The previous segment. If a SegmentListPropagator is creating its children propagators, it should pass in its previous segment to its first child segment. A valid SegmentPropagator should be returned even if this parameter is .
creator
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition creating this propagator.
group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use when creating evaluators.
See Also