'DefModules, or modules, allow you to logically partition the '+'knowledge in your expert system into multiple modules. A DefModule contains '+'its own Type Definitions, Fact Templates, Facts, Rules, Fact Sets, Agenda, '+'and Rete network. In addition to completely separate constructs, the IECS '+'allows you to selectively share Type Definitions, Fact Templates, and Facts. '+'A DefModule allows you to set up your expert system where each module can '+'reason in its own domain space (enabling simpler and easier to debug rules) '+'and share information between the modules. The IECS allows you to execute '+'in one module, pause its execution, execute in another module, and then '+'switch back.'
Namespace: IEParser
Delphi |
SModuleComment = 'DefModules, or modules, allow you to logically partition the '+ |
Value
Type: string
Reference |