Register the user function with the reasoner (TInferenceEngine component)
Namespace: IEPackages
Delphi |
public |
Parameters
AReasoner
Type: IReasoner
Type: Integer
IUserFunction.AddReasoner(IReasoner)
In addition, the user function should add the reasoner to its list of reasoners. A user may access this list using the ReasonerCount and Reasoner properties. A reasoner may later be removed calling the DeleteReasoner method or the ClearReasoners method |
Reference |