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