Class RuleImpl.SafeEnabled
- java.lang.Object
-
- org.drools.core.definitions.rule.impl.RuleImpl.SafeEnabled
-
- All Implemented Interfaces:
Serializable,Enabled
- Enclosing class:
- RuleImpl
public static class RuleImpl.SafeEnabled extends Object implements Enabled, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SafeEnabled(Enabled delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetValue(Tuple tuple, Declaration[] declarations, RuleImpl rule, ReteEvaluator reteEvaluator)-
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.Enabled
findDeclarations
-
-
-
-
Constructor Detail
-
SafeEnabled
public SafeEnabled(Enabled delegate)
-
-
Method Detail
-
getValue
public boolean getValue(Tuple tuple, Declaration[] declarations, RuleImpl rule, ReteEvaluator reteEvaluator)
-
-