public interface RuleBuilder
Modifier and Type | Method and Description |
---|---|
void |
addEntryPoint(String id,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
List<TerminalNode> |
addRule(Rule rule,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
WindowNode |
addWindowNode(WindowDeclaration window,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
List<TerminalNode> addRule(Rule rule, InternalRuleBase ruleBase, ReteooBuilder.IdGenerator idGenerator)
void addEntryPoint(String id, InternalRuleBase ruleBase, ReteooBuilder.IdGenerator idGenerator)
WindowNode addWindowNode(WindowDeclaration window, InternalRuleBase ruleBase, ReteooBuilder.IdGenerator idGenerator)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.