| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleHandler.getRule() |
Rule |
RuledCommand.getRule() |
| Modifier and Type | Method and Description |
|---|---|
RuleHandler |
RulesEngine.addRule(Rule rule) |
void |
RuledCommand.setRule(Rule rule)
Set rule that may trigger this action
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
AbstractRuledCommand.getRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuledCommand.setRule(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
SingleFactRulesEngine.RuleHandlerImpl.getRule() |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
SingleFactRulesEngine.getRules() |
| Modifier and Type | Method and Description |
|---|---|
RuleHandler |
SingleFactRulesEngine.addRule(Rule rule) |
| Constructor and Description |
|---|
SingleFactRulesEngine.RuleHandlerImpl(Rule rule,
RulesEngine engine) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
AbstractRule.getFollowing() |
List<Rule> |
AbstractRule.getPreceeding() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRule.setFollowingRules(List<Rule> fRules) |
void |
AbstractRule.setPreceedingRules(List<Rule> pRules) |
Copyright © 2012. All Rights Reserved.