public interface ReteooComponentBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
build(BuildContext context,
BuildUtils utils,
RuleConditionElement rce)
Builds and attach if needed the given RuleConditionalElement
|
boolean |
requiresLeftActivation(BuildUtils utils,
RuleConditionElement rce)
A boolean function that indicates if the builder requires a previous left
(tuple) activation in order to corretly build the given component.
|
void build(BuildContext context, BuildUtils utils, RuleConditionElement rce)
context - current build contextrce - boolean requiresLeftActivation(BuildUtils utils, RuleConditionElement rce)
rce - the element to be builtCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.