Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.reteoo | |
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 |
---|---|
static List<RuleTerminalNode> |
PhreakActivationIterator.populateRuleTerminalNodes(InternalKnowledgeBase kbase,
Set<RuleTerminalNode> nodeSet) |
Modifier and Type | Method and Description |
---|---|
static List<RuleTerminalNode> |
PhreakActivationIterator.populateRuleTerminalNodes(InternalKnowledgeBase kbase,
Set<RuleTerminalNode> nodeSet) |
static void |
PhreakActivationIterator.processLeftTuples(LeftTupleSource node,
List<AgendaItem> agendaItems,
Set<RuleTerminalNode> nodeSet,
InternalWorkingMemory wm) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryVisitor.visitRuleTerminalNode(RuleTerminalNode node) |
Constructor and Description |
---|
RuleTerminalNode.RTNCleanupAdapter(RuleTerminalNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
Rule.isEffective(Tuple tuple,
RuleTerminalNode rtn,
WorkingMemory workingMemory)
This returns true is the rule is effective.
|
boolean |
Rule.isEnabled(Tuple tuple,
RuleTerminalNode rtn,
WorkingMemory workingMemory) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.