Replaces the OldFactTemplate fact template with the NewFactTemplate
Namespace: InferenceEngine
Delphi |
public |
Parameters
OldFactTemplate
Type: IFactTemplate
NewFactTemplate
Type: IFactTemplate
Type: IFactTemplate
The function attempts to preserve the facts and rules which depend on the old fact template. If the fact templates changes too much, then facts and rules may be deleted. Do NOT modify fact templates already in the hash table. If you wish to modify a fact template, clone the OldFactTemplate, changes its values, and then call this method |
Reference |