SegmentPropagatorVariableGetEvaluator Method |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract SegmentPropagatorVariableEvaluator GetEvaluator(
EvaluatorGroup group
)
Public MustOverride Function GetEvaluator (
group As EvaluatorGroup
) As SegmentPropagatorVariableEvaluator
public:
virtual SegmentPropagatorVariableEvaluator^ GetEvaluator(
EvaluatorGroup^ group
) abstract
abstract GetEvaluator :
group : EvaluatorGroup -> SegmentPropagatorVariableEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use to create any necessary
evaluators for this variable.
Return Value
Type:
SegmentPropagatorVariableEvaluatorThe fully configured
variable evaluator.
Remarks
Derived classes should call
ValidateProperties to check properties
owned by this base class, as well as validate their own properties.
See Also