Controls the behavior of the inference engine when duplicately named constructs (such as fact templates or rules) are added.
dcOverwrite - overwrite, or replace, the currently defined construct with the new construct
dcIgnore - ignore the new construct and don't add it to the inference engine
dcError - raise an exception
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: TDuplicateConstructs
Default = dcOverwrite
Reference |