Package org.kie.api.runtime
Interface KieContext
- 
- All Known Subinterfaces:
 ProcessContext,RuleContext
public interface KieContext 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default KieBasegetKieBase()KieRuntimegetKieRuntime()KieRuntimegetKnowledgeRuntime()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getKieRuntime
KieRuntime getKieRuntime()
 
- 
getKieBase
default KieBase getKieBase()
 
- 
getKnowledgeRuntime
@Deprecated KieRuntime getKnowledgeRuntime()
Deprecated.Added for backwards compatibility. Will be removed in the future. 
 - 
 
 -