Click or drag to resize

SinglePointStoppablePropagatorDefinition.CreatePropagator Method

Creates and initialize the actual SinglePointStoppablePropagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected abstract SinglePointStoppablePropagator CreatePropagator(
	EvaluatorGroup group,
	IList<StateElementAdapterDefinition> previousAdapters
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group to use to initialize any evaluators that will be used.
previousAdapters
Type: System.Collections.Generic.IList<StateElementAdapterDefinition>
The previous adapters to use to configure this propagators adapters.

Return Value

Type: SinglePointStoppablePropagator
The propagator for this SinglePointStoppablePropagatorDefinition.
See Also