Occurs when a fact is asserted into the fact base (Facts property) using one of the Assert methods. The fact is added to the fact base and rules are activated (Agenda property and OnAddActivation event) before the event is called
Namespace: InferenceEngine
Delphi |
published |
Value
Type: TFactEvent
Note that for shared facts, the fact is asserted onto ALL modules that import the fact before the OnAssertion event is called |
Reference |