Class RuleImpl.SafeSalience
- java.lang.Object
-
- org.drools.core.definitions.rule.impl.RuleImpl.SafeSalience
-
- All Implemented Interfaces:
Serializable,Salience
- Enclosing class:
- RuleImpl
public static class RuleImpl.SafeSalience extends Object implements Salience, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.drools.core.rule.accessor.Salience
DEFAULT_SALIENCE_VALUE
-
-
Constructor Summary
Constructors Constructor Description SafeSalience(Salience delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()intgetValue(Activation activation, org.kie.api.definition.rule.Rule rule, ReteEvaluator reteEvaluator)booleanisDynamic()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.rule.accessor.Salience
findDeclarations, isDefault
-
-
-
-
Constructor Detail
-
SafeSalience
public SafeSalience(Salience delegate)
-
-
Method Detail
-
getValue
public int getValue(Activation activation, org.kie.api.definition.rule.Rule rule, ReteEvaluator reteEvaluator)
-
-