PropagationStateElementGetStateUpdater Method |
By default this method returns null. If a concrete base class of this type represents an element that has special
behavior that takes place each time step prior to propagation, then override this method to produce an
IUpdatePriorToStep
object that the
NumericalPropagator will call every time step.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual IUpdatePriorToStep GetStateUpdater(
EvaluatorGroup group
)
Public Overridable Function GetStateUpdater (
group As EvaluatorGroup
) As IUpdatePriorToStep
public:
virtual IUpdatePriorToStep^ GetStateUpdater(
EvaluatorGroup^ group
)
abstract GetStateUpdater :
group : EvaluatorGroup -> IUpdatePriorToStep
override GetStateUpdater :
group : EvaluatorGroup -> IUpdatePriorToStep
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup the state updater will be part of.
Return Value
Type:
IUpdatePriorToStepNull
See Also