Returns the hash table of global variables within the expert system.
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: TGlobalVariables
The global variables are used to fill the GlobalContext property. A global variable may be any IIEValue, including a function call. If the ResetGlobals property is true, the global variables will be reevaluated and added to the GlobalContext every time the engine is reset. |
Reference |