Click or drag to resize

SinglePointStoppablePropagator Constructor (SinglePointStoppablePropagatorDefinition, IListStateElementAdapterDefinition, EvaluatorGroup)

Note: This API is now obsolete.

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntax
[ObsoleteAttribute("Use other constructor.")]
protected SinglePointStoppablePropagator(
	SinglePointStoppablePropagatorDefinition definition,
	IList<StateElementAdapterDefinition> previousAdapters,
	EvaluatorGroup group
)

Parameters

definition
Type: AGI.Foundation.PropagatorsSinglePointStoppablePropagatorDefinition
The StoppablePropagatorDefinition creating this propagator.
previousAdapters
Type: System.Collections.GenericIListStateElementAdapterDefinition
The adapters to use to configure this propagators adapters.
group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use when creating any needed evaluators.
See Also