Package org.drools.base.rule.accessor
Interface Salience
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SalienceInteger
public interface Salience extends java.io.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(java.util.Map<java.lang.String,Declaration> decls)intgetValue()intgetValue(org.kie.api.runtime.rule.Match activation, org.kie.api.definition.rule.Rule rule, ValueResolver valueResolver)default booleanisDefault()booleanisDynamic()
-
-
-
Field Detail
-
DEFAULT_SALIENCE_VALUE
static final int DEFAULT_SALIENCE_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
int getValue(org.kie.api.runtime.rule.Match activation, org.kie.api.definition.rule.Rule rule, ValueResolver valueResolver)
-
getValue
int getValue()
-
isDynamic
boolean isDynamic()
-
isDefault
default boolean isDefault()
-
findDeclarations
default Declaration[] findDeclarations(java.util.Map<java.lang.String,Declaration> decls)
-
-