|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupElement | |
---|---|
org.drools.common | |
org.drools.reteoo | |
org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
org.drools.spi |
Uses of GroupElement in org.drools.common |
---|
Methods in org.drools.common that return GroupElement | |
---|---|
GroupElement |
ScheduledAgendaItem.getSubRule()
|
GroupElement |
AgendaItem.getSubRule()
|
Constructors in org.drools.common with parameters of type GroupElement | |
---|---|
AgendaItem(long activationNumber,
Tuple tuple,
PropagationContext context,
Rule rule,
GroupElement subrule)
Construct. |
|
ScheduledAgendaItem(long activationNumber,
Tuple tuple,
InternalAgenda agenda,
PropagationContext context,
Rule rule,
GroupElement subrule)
Construct. |
Uses of GroupElement in org.drools.reteoo |
---|
Methods in org.drools.reteoo that return GroupElement | |
---|---|
GroupElement |
QueryTerminalNode.getSubrule()
|
Constructors in org.drools.reteoo with parameters of type GroupElement | |
---|---|
QueryTerminalNode(int id,
TupleSource source,
Rule rule,
GroupElement subrule)
Construct. |
|
RuleTerminalNode(int id,
TupleSource source,
Rule rule,
GroupElement subrule)
Construct. |
Uses of GroupElement in org.drools.rule |
---|
Methods in org.drools.rule that return GroupElement | |
---|---|
GroupElement |
Rule.getLhs()
Retrieve the List of Conditions for this
rule. |
GroupElement[] |
Rule.getTransformedLhs()
Uses the LogicTransformer to process the Rule patters - if no ORs are used this will return an array of a single AND element. |
static GroupElement |
GroupElementFactory.newAndInstance()
|
static GroupElement |
GroupElementFactory.newExistsInstance()
|
static GroupElement |
GroupElementFactory.newNotInstance()
|
static GroupElement |
GroupElementFactory.newOrInstance()
|
Methods in org.drools.rule with parameters of type GroupElement | |
---|---|
void |
Rule.setLhs(GroupElement lhsRoot)
|
Uses of GroupElement in org.drools.spi |
---|
Methods in org.drools.spi that return GroupElement | |
---|---|
GroupElement |
Activation.getSubRule()
Retrieve the subrule that was activated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |