| java.lang.Object org.mandarax.examples.crm.KBLoader
KBLoader | public class KBLoader (Code) | | Class responsible for loading the knowledge base.
In this example, we use ZKB and load the kb from a folder
(alternatively, a zip file could be used as well).
author: Jens Dietrich version: 3.4 <7 March 05> since: 3.4 |
getKB | public static KnowledgeBase getKB()(Code) | | Get the sample knowledge base. The knowledge base is hardcoded here,
but should actually come from a data source.
a knowledge base |
|
|