Removes a user function from the expert system. The user function will no longer be available from the rules or fact base. Be careful removing functions as even basic functions like assert and retract may be removed.
Namespace: InferenceEngine
Delphi |
public |
Parameters
UserFunction
Type: IUserFunction
IReasoner.RemoveUserFunction(IUserFunction)
Reference |