Definitions...
Documentation
https://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html_single/
- KieBase: repository of all the application’s knowledge definitions. It will contain rules, processes, functions, type models. The KieBase itself does not contain runtime data, instead sessions are created from the KieBase in which data can be inserted and process instances started.
- KieModule: container of all the resources necessary to define a set of KieBases like a pom.xml defining its ReleaseId, a kmodule.xml file declaring the KieBases names and configurations together with all the KieSession that can be created from them and all the other files necessary to build the KieBases themselves.
- KieContainer: A container for all the KieBases of a given KieModule.
- KieFileSystem: in memory file system used to programmatically define the resources composing a KieModule.
- KieBuilder: a builder for the resources contained in a Ki
No comments:
Post a Comment