Uses of Interface
org.drools.core.rule.accessor.Salience
-
Packages that use Salience Package Description org.drools.core.base org.drools.core.definitions.rule.impl -
-
Uses of Salience in org.drools.core.base
Classes in org.drools.core.base that implement Salience Modifier and Type Class Description classSalienceIntegerFields in org.drools.core.base declared as Salience Modifier and Type Field Description static SalienceSalienceInteger. DEFAULT_SALIENCE -
Uses of Salience in org.drools.core.definitions.rule.impl
Methods in org.drools.core.definitions.rule.impl that return Salience Modifier and Type Method Description SalienceRuleImpl. getSalience()Retrieve theRulesalience.Methods in org.drools.core.definitions.rule.impl with parameters of type Salience Modifier and Type Method Description voidRuleImpl. setSalience(Salience salience)Set theRulesalience.
-