| Package | Description |
|---|---|
| agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericalPropagator.addExceptionDuringPropagation(EventHandler<ExceptionDuringPropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
the propagator throws an exception.
|
void |
NumericalPropagator.removeExceptionDuringPropagation(EventHandler<ExceptionDuringPropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
the propagator throws an exception.
|