Informs the inference engine that you are modifying the fact. Use the BeginFactModify and EndFactModify methods to safely modify facts in the fact base (Facts property). BeginFactModify retracts the fact before you begin modifying it so that the Rete network will not be compromised by your modifications. EndFactModify re-asserts the fact into the fact base
Namespace: InferenceEngine
Delphi |
public |
Parameters
Fact
Type: IFact
Reference |