Package org.kie.api.runtime
Interface KieRuntimeBuilder
- 
public interface KieRuntimeBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KieBasegetKieBase()KieBasegetKieBase(String name)KieSessionnewKieSession()KieSessionnewKieSession(String sessionName) 
 - 
 
- 
- 
Method Detail
- 
getKieBase
KieBase getKieBase()
 
- 
newKieSession
KieSession newKieSession()
 
- 
newKieSession
KieSession newKieSession(String sessionName)
 
 - 
 
 -