Finds a fact (IFact interface) that is equivalent to the AFact parameter.
Namespace: InferenceEngine
Delphi |
public |
Parameters
AFact
Type: IFact
Type: Integer
Unlike the IndexOf method which just searches for a fact with the same pointer address, FindFact calls the Equals method to determine if two facts are equal. This method returns the index in the list of the equivalent fact or -1 if no fact was found |
Reference |