public class DroolsEngine extends Object
Modifier | Constructor and Description |
---|---|
protected |
DroolsEngine() |
Modifier and Type | Method and Description |
---|---|
void |
disposePreviousSession(org.kie.internal.runtime.StatefulKnowledgeSession statefulKnowledgeSession) |
static DroolsEngine |
getInstance() |
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
String |
getRulesDirectory() |
org.kie.internal.runtime.StatefulKnowledgeSession |
getSession() |
void |
initKnowledgeBase() |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
protected DroolsEngine()
public static DroolsEngine getInstance()
public void initKnowledgeBase()
public void disposePreviousSession(org.kie.internal.runtime.StatefulKnowledgeSession statefulKnowledgeSession)
public String getRulesDirectory()
public org.kie.internal.runtime.StatefulKnowledgeSession getSession()
public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.