Uses of Interface
org.drools.spi.Salience

Packages that use Salience
org.drools.base   
org.drools.base.mvel   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of Salience in org.drools.base
 

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

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

Uses of Salience in org.drools.base.mvel
 

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

Uses of Salience in org.drools.rule
 

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

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



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.