Package org.drools.kiesession.rulebase
Class KnowledgeBaseFactory
- java.lang.Object
-
- org.drools.kiesession.rulebase.KnowledgeBaseFactory
-
public class KnowledgeBaseFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description KnowledgeBaseFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InternalKnowledgeBasenewKnowledgeBase()static InternalKnowledgeBasenewKnowledgeBase(String kbaseId, org.kie.api.KieBaseConfiguration conf)static InternalKnowledgeBasenewKnowledgeBase(org.drools.core.impl.RuleBase delegate)static InternalKnowledgeBasenewKnowledgeBase(org.kie.api.KieBaseConfiguration kbaseConfiguration)
-
-
-
Method Detail
-
newKnowledgeBase
public static InternalKnowledgeBase newKnowledgeBase()
-
newKnowledgeBase
public static InternalKnowledgeBase newKnowledgeBase(org.kie.api.KieBaseConfiguration kbaseConfiguration)
-
newKnowledgeBase
public static InternalKnowledgeBase newKnowledgeBase(String kbaseId, org.kie.api.KieBaseConfiguration conf)
-
newKnowledgeBase
public static InternalKnowledgeBase newKnowledgeBase(org.drools.core.impl.RuleBase delegate)
-
-