Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.spi.Salience

Packages that use Salience
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. 
 

Uses of Salience in org.drools.core.base
 

Classes in org.drools.core.base that implement Salience
 class SalienceInteger
           
 

Fields in org.drools.core.base declared as Salience
static Salience SalienceInteger.DEFAULT_SALIENCE
           
 

Uses of Salience in org.drools.core.base.mvel
 

Classes in org.drools.core.base.mvel that implement Salience
 class MVELSalienceExpression
           
 

Uses of Salience in org.drools.core.phreak
 

Methods in org.drools.core.phreak with parameters of type Salience
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)
           
 

Uses of Salience in org.drools.core.rule
 

Classes in org.drools.core.rule that implement Salience
static class Rule.SafeSalience
           
 

Methods in org.drools.core.rule that return Salience
 Salience Rule.getSalience()
          Retrieve the Rule salience.
 

Methods in org.drools.core.rule with parameters of type Salience
 void Rule.setSalience(Salience salience)
          Set the Rule salience.
 

Constructors in org.drools.core.rule with parameters of type Salience
Rule.SafeSalience(Salience delegate)
           
 


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.