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 |
StoppablePropagatorDefinition.onAnyConditionSatisfied(StoppingConditionEventFoundEventArgs eventArgs)
Called when any of the
StoppingConditions are satisfied. |
Modifier and Type | Method and Description |
---|---|
void |
StoppablePropagatorDefinition.addAnyConditionSatisfied(EventHandler<StoppingConditionEventFoundEventArgs> value)
Adds a handler for an event that is raised when any of the
StoppingConditions are satisfied. |
void |
StoppablePropagatorDefinition.removeAnyConditionSatisfied(EventHandler<StoppingConditionEventFoundEventArgs> value)
Removes a handler for an event that is raised when any of the
StoppingConditions are satisfied. |