Package org.drools.core.common
Interface ActivationsFilter
-
public interface ActivationsFilterA filter interface for agenda activations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Activation activation, ReteEvaluator reteEvaluator, TerminalNode rtn)Returns true if a new activation should be created for the given propagation or false otherwisevoidfireRNEAs(InternalWorkingMemory wm)
-
-
-
Method Detail
-
accept
boolean accept(Activation activation, ReteEvaluator reteEvaluator, TerminalNode rtn)
Returns true if a new activation should be created for the given propagation or false otherwise
-
fireRNEAs
void fireRNEAs(InternalWorkingMemory wm)
-
-