Defines the current state of the expert system, in string format. To get the text that would be in a text file for the entire expert system (including fact templates, current facts, and rules), just assign this property to another string or to a TStrings.Text property. To change the expert system, you can assign to this property (Be careful, the current expert system is destroyed).
Namespace: InferenceEngine
Delphi |
public |
Property Value
Type: String
Note, don't use this property to keep a running display of the expert system. Every call to this property rebuilds the string representation of the expert system from scratch. It is better to watch events such as OnAddRule, OnAssertion, etc and use the ToString property of the object |
Reference |