Package | Description |
---|---|
org.drools.core.reteoo | |
org.drools.core.reteoo.builder |
Modifier and Type | Method and Description |
---|---|
ReteooBuilder.IdGenerator |
ReteooBuilder.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBuilder.addEntryPoint(String id,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
List<TerminalNode> |
RuleBuilder.addRule(Rule rule,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
WindowNode |
RuleBuilder.addWindowNode(WindowDeclaration window,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
ReteooRuleBuilder.addEntryPoint(String id,
InternalRuleBase rulebase,
ReteooBuilder.IdGenerator idGenerator) |
List<TerminalNode> |
ReteooRuleBuilder.addRule(Rule rule,
InternalRuleBase rulebase,
ReteooBuilder.IdGenerator idGenerator)
Creates the corresponting Rete network for the given
Rule and adds it to
the given rule base. |
WindowNode |
ReteooRuleBuilder.addWindowNode(WindowDeclaration window,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
Constructor and Description |
---|
BuildContext(InternalRuleBase rulebase,
ReteooBuilder.IdGenerator idGenerator) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.