public interface RuleBox
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(Activation activation) |
void |
clean() |
List<RuleInfo> |
execute(AgendaFilter filter,
int max,
List<ActionValue> actionValues) |
List<Rule> |
getRules() |
RuleBox |
next() |
void |
reevaluate(Object obj,
EvaluationContext context) |
void |
retract(Object obj) |
List<RuleInfo> execute(AgendaFilter filter, int max, List<ActionValue> actionValues)
boolean add(Activation activation)
RuleBox next()
void reevaluate(Object obj, EvaluationContext context)
void retract(Object obj)
void clean()
Copyright © 2018 Bstek. All rights reserved.