StoppablePropagatorResults Class |
Namespace: AGI.Foundation.Propagators
The StoppablePropagatorResults type exposes the following members.
| Name | Description | |
|---|---|---|
| StoppablePropagatorResults |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| Aborted |
Gets a value indicating whether the function run aborted.
| |
| ConditionStoppedOn |
Gets the definition of the stopping condition
that stopped the function.
| |
| DetectedEvents |
Gets all of the StoppingConditionEvents
found during propagation.
| |
| EventThatStoppedPropagator |
Gets the event that stopped the actual propagation.
| |
| FinalDate |
Gets the date at which propagation stopped.
| |
| FinalState |
Gets the final state of propagation.
| |
| PropagatedStates |
Gets all of the states propagated.
| |
| ValueOfConditionThatStopped |
Gets the value as computed by the stopping condition.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |