Returns all the user functions within the inference engine.
Namespace: InferenceEngine
Delphi |
public |
Property Value
Type: TUserFunctions
All functions, including such functions as assert and retract, are considered user functions. This way, you can control what capabilities you allow within the expert system. The User functions are stored indexed by their names. User functions can be shared between inference engines. Note, the inference engine does NOT free the user functions. It is assumed that they will destroy themselves when they are dereferenced |
Reference |