Click or drag to resize

FollowSegmentStartsWithStoppingConditionsGetPropagator Method

Creates the evaluator for this initial state strategy of a specific FollowSegment.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override FollowSegmentBeginningPropagator GetPropagator(
	FollowSegment segment,
	EvaluatorGroup group
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationFollowSegment
The FollowSegment that this is a part of.
group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use in making any other evaluators.

Return Value

Type: FollowSegmentBeginningPropagator
The fully configured FollowSegmentBeginningPropagator.
See Also