| Package | Description |
|---|---|
| com.github.cschen1205.ess.engine |
| Modifier and Type | Field and Description |
|---|---|
protected List<Rule> |
KieRuleInferenceEngine.rules |
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleBuilder.build() |
Rule |
RuleInferenceEngine.getRule(int index) |
Rule |
KieRuleInferenceEngine.getRule(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleInferenceEngine.getRules() |
List<Rule> |
KieRuleInferenceEngine.getRules() |
List<Rule> |
RuleInferenceEngine.match() |
List<Rule> |
KieRuleInferenceEngine.match() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleInferenceEngine.addRule(Rule rule) |
void |
KieRuleInferenceEngine.addRule(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
KieRuleInferenceEngine.fireRule(List<Rule> conflictingRules) |
Copyright © 2017. All rights reserved.