public interface RuleContextProvider
Modifier and Type | Method and Description |
---|---|
void |
addGlobals(String scope,
Map<String,Object> globals) |
void |
addKieBase(String scope,
org.kie.api.KieBase kbase) |
Map<String,Object> |
getGlobals(String scope) |
org.kie.api.KieBase |
getKieBase(String scope) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.