| Package | Description |
|---|---|
| net.bobosse.gwt.rulesengine.client | |
| net.bobosse.gwt.rulesengine.client.impl.rules |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Rule
A Rule process a fact (Object), and according to filters, may fire some
actions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRule
AbstractRule implements action, active status, name and salience
manipulation. |
class |
NullOrEmptyRule
simple rule that matches if a fact or its
toString() output is
null or length == 0. |
class |
RegexRule
RegexRule is based on regex pattern. |
Copyright © 2012. All Rights Reserved.