public interface RuleFluent<T,U>
RuleRuntime
and StatefulRuleSession
Modifier and Type | Method and Description |
---|---|
T |
delete(FactHandle handle) |
U |
dispose() |
T |
fireAllRules() |
T |
getGlobal(String identifier) |
T |
insert(Object object) |
T |
setGlobal(String identifier,
Object object) |
T |
update(FactHandle handle,
Object object) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.