Package org.drools.base.rule.accessor
Interface Salience
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SalienceInteger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Declaration[]findDeclarations(Map<String, Declaration> decls) intgetValue()intgetValue(Match activation, Rule rule, ValueResolver valueResolver) default booleanboolean
-
Field Details
-
DEFAULT_SALIENCE_VALUE
static final int DEFAULT_SALIENCE_VALUE- See Also:
-
-
Method Details
-
getValue
-
getValue
int getValue() -
isDynamic
boolean isDynamic() -
isDefault
default boolean isDefault() -
findDeclarations
-