Class KnowledgeBaseFactory


  • public class KnowledgeBaseFactory
    extends java.lang.Object
    • Constructor Detail

      • KnowledgeBaseFactory

        public KnowledgeBaseFactory()
    • Method Detail

      • newKnowledgeBase

        public static InternalKnowledgeBase newKnowledgeBase​(org.kie.api.KieBaseConfiguration kbaseConfiguration)
      • newKnowledgeBase

        public static InternalKnowledgeBase newKnowledgeBase​(java.lang.String kbaseId,
                                                             org.kie.api.KieBaseConfiguration conf)
      • newKnowledgeBase

        public static InternalKnowledgeBase newKnowledgeBase​(org.drools.core.impl.InternalRuleBase delegate)