| Package | Description |
|---|---|
| net.bobosse.gwt.rulesengine.client | |
| net.bobosse.gwt.rulesengine.client.impl.engines | |
| net.bobosse.gwt.rulesengine.client.impl.rules |
| Modifier and Type | Method and Description |
|---|---|
Report |
RulesEngine.getReport() |
Report |
Rule.getReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.execute(Object fact,
Report report)
Execute business logic, using specific
Rule implementation. |
void |
RulesEngine.processFact(Object fact,
Report report)
process a fact trough rules and specify a specific
Report |
| Modifier and Type | Method and Description |
|---|---|
Report |
SingleFactRulesEngine.getReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleFactRulesEngine.processFact(Object fact,
Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractRule.getReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegexRule.execute(Object fact,
Report context) |
void |
NullOrEmptyRule.execute(Object fact,
Report report) |
protected void |
AbstractRule.setReport(Report context) |
Copyright © 2012. All Rights Reserved.