FollowSegmentEndsAsWithDefaultConditionsGetPropagator 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.2.419.0 (24.2.419.0)
Syntax public override FollowSegmentEndingPropagator GetPropagator(
FollowSegment segment,
EvaluatorGroup group
)
Public Overrides Function GetPropagator (
segment As FollowSegment,
group As EvaluatorGroup
) As FollowSegmentEndingPropagator
public:
virtual FollowSegmentEndingPropagator^ GetPropagator(
FollowSegment^ segment,
EvaluatorGroup^ group
) override
abstract GetPropagator :
segment : FollowSegment *
group : EvaluatorGroup -> FollowSegmentEndingPropagator
override GetPropagator :
segment : FollowSegment *
group : EvaluatorGroup -> FollowSegmentEndingPropagator
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:
FollowSegmentEndingPropagatorThe fully configured
FollowSegmentEndingPropagator.
See Also