| Package | Description |
|---|---|
| net.bobosse.gwt.rulesengine.client | |
| net.bobosse.gwt.rulesengine.client.impl.commands | |
| net.bobosse.gwt.rulesengine.client.impl.rules |
| Modifier and Type | Method and Description |
|---|---|
List<RuledCommand> |
Rule.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rule.addCommand(RuledCommand command)
Add an
RuledCommand to fire when rule matches |
boolean |
Rule.removeCommand(RuledCommand command)
Remove an
RuledCommand to fire when rule matches |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuledCommand
Base
RuledCommand implementation that handles this.rule
management only. |
class |
LogFactVerbRuleCommand
Simple command that insert a string in the
Report as of : 'toto' plays ballWhere toto is a toString() result of processed fact, and "ball",
the triggered rule name. |
| Modifier and Type | Method and Description |
|---|---|
List<RuledCommand> |
AbstractRule.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractRule.addCommand(RuledCommand action) |
boolean |
AbstractRule.removeCommand(RuledCommand action) |
Copyright © 2012. All Rights Reserved.