Package org.drools.core.rule.accessor
Interface Salience
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SalienceInteger
public interface Salience extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_SALIENCE_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Declaration[]findDeclarations(Map<String,Declaration> decls)intgetValue()intgetValue(Activation activation, org.kie.api.definition.rule.Rule rule, ReteEvaluator reteEvaluator)default booleanisDefault()booleanisDynamic()
-
-
-
Field Detail
-
DEFAULT_SALIENCE_VALUE
static final int DEFAULT_SALIENCE_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
int getValue(Activation activation, org.kie.api.definition.rule.Rule rule, ReteEvaluator reteEvaluator)
-
getValue
int getValue()
-
isDynamic
boolean isDynamic()
-
isDefault
default boolean isDefault()
-
findDeclarations
default Declaration[] findDeclarations(Map<String,Declaration> decls)
-
-