Uses of Interface
org.drools.core.spi.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
Classes in org.drools.core.definitions.rule.impl that implement Salience Modifier and Type Class Description static classRuleImpl.SafeSalienceMethods 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.Constructors in org.drools.core.definitions.rule.impl with parameters of type Salience Constructor Description SafeSalience(Salience delegate)
-