Package | Description |
---|---|
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ReteooBuilder.addNamedWindow(WindowDeclaration window) |
void |
ReteooRuleBase.addWindowDeclaration(Package pkg,
WindowDeclaration window) |
protected void |
ReteooRuleBase.addWindowDeclaration(WindowDeclaration window) |
WindowNode |
RuleBuilder.addWindowNode(WindowDeclaration window,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
Modifier and Type | Method and Description |
---|---|
WindowNode |
ReteooRuleBuilder.addWindowNode(WindowDeclaration window,
InternalRuleBase ruleBase,
ReteooBuilder.IdGenerator idGenerator) |
void |
WindowBuilder.build(BuildContext context,
BuildUtils utils,
WindowDeclaration window) |
Modifier and Type | Method and Description |
---|---|
Map<String,WindowDeclaration> |
Package.getWindowDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
Package.addWindowDeclaration(WindowDeclaration window) |
Modifier and Type | Method and Description |
---|---|
void |
Package.setWindowDeclarations(Map<String,WindowDeclaration> windowDeclarations) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.