Click or drag to resize

FollowSegmentEndingGetPropagator Method

Creates the evaluator for this final 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 abstract FollowSegmentEndingPropagator 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: FollowSegmentEndingPropagator
The fully configured FollowSegmentEndingPropagator.
See Also