|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.reteoo.builder.EvalBuilder
public class EvalBuilder
Constructor Summary | |
---|---|
EvalBuilder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvalBuilder()
Method Detail |
---|
public void build(BuildContext context, BuildUtils utils, RuleConditionElement rce)
ReteooComponentBuilder
build
in interface ReteooComponentBuilder
context
- current build contextpublic boolean requiresLeftActivation(BuildUtils utils, RuleConditionElement rce)
ReteooComponentBuilder
requiresLeftActivation
in interface ReteooComponentBuilder
rce
- the element to be built
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |