Maintains the list of modules in the inference engine. The 0th item is always the MAIN module.
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: TModules
The order of the modules is important for importing and exporting shared defined types and fact templates. A defmodule may only import defined types and fact templates that are exported by modules earlier (closer to 0) in the list. |
Reference |