public interface RuleChainVisitor
Modifier and Type | Method and Description |
---|---|
void |
add(RuleSet ruleSet,
Rule rule)
Add the given rule to the visitor.
|
void |
visitAll(List<Node> nodes,
RuleContext ctx)
Visit all the given Nodes provided using the given RuleContext.
|
void add(RuleSet ruleSet, Rule rule)
ruleSet
- The RuleSet to which the rule belongs.rule
- The rule to add.void visitAll(List<Node> nodes, RuleContext ctx)
nodes
- The Nodes to visit.ctx
- The RuleContext.Copyright © 2002–2014 InfoEther. All rights reserved.