public interface RuleBuilder
Modifier and Type | Method and Description |
---|---|
void |
addEntryPoint(String id,
InternalKnowledgeBase kBase) |
List<TerminalNode> |
addRule(RuleImpl rule,
InternalKnowledgeBase kBase) |
WindowNode |
addWindowNode(WindowDeclaration window,
InternalKnowledgeBase kBase) |
List<TerminalNode> addRule(RuleImpl rule, InternalKnowledgeBase kBase)
void addEntryPoint(String id, InternalKnowledgeBase kBase)
WindowNode addWindowNode(WindowDeclaration window, InternalKnowledgeBase kBase)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.