Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.base.mvel | |
org.drools.core.phreak | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Class and Description |
---|---|
class |
SalienceInteger |
Modifier and Type | Field and Description |
---|---|
static Salience |
SalienceInteger.DEFAULT_SALIENCE |
Modifier and Type | Class and Description |
---|---|
class |
MVELSalienceExpression |
Modifier and Type | Method and Description |
---|---|
static void |
PhreakRuleTerminalNode.doLeftTupleInsert(TerminalNode rtnNode,
RuleExecutor executor,
InternalAgenda agenda,
RuleAgendaItem ruleAgendaItem,
int salienceInt,
Salience salience,
LeftTuple leftTuple,
InternalWorkingMemory wm) |
static void |
PhreakRuleTerminalNode.doLeftTupleUpdate(TerminalNode rtnNode,
RuleExecutor executor,
InternalAgenda agenda,
int salienceInt,
Salience salience,
LeftTuple leftTuple,
InternalWorkingMemory wm) |
Modifier and Type | Class and Description |
---|---|
static class |
Rule.SafeSalience |
Modifier and Type | Method and Description |
---|---|
Salience |
Rule.getSalience()
Retrieve the
Rule salience. |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setSalience(Salience salience)
Set the
Rule |
Constructor and Description |
---|
Rule.SafeSalience(Salience delegate) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.