Navigation: Code Documentation > IE > InferenceEngine > Classes > TFacts > Methods
TFacts.Insert(Integer,IFact) Method
Inserts a fact (IFact interface) to the fact list and asserts the fact into the inference engine (TInferenceEngine component)
Namespace: InferenceEngine
Delphi
public procedure Insert(Index: Integer; const Item: IFact);
Parameters
Index
Type: Integer
Item
Type: IFact
•TFacts
•InferenceEngine