Manages a collection of variable names and their values (IIEValue interface).
Namespace: InferenceEngine
TRSStringHashTable |
Delphi |
type |
|
|
|
The TEngineVariables object is a descendant of the TValueHashTable object so it inherits all the useful methods of that object: Put, Remove, Clear, etc. In addition, the TEngineVariables object prints its variables using the Engine's parser, which means that the string will be syntactically correct. The object also adds persistence for the variables |
Reference |