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, InternalWorkingMemory workingMemory, TerminalNode rtn)Returns true if a new activation should be created for the given propagation or false otherwisevoidfireRNEAs(InternalWorkingMemory wm)Map<ActivationKey,Tuple>getTuplesCache()
-
-
-
Method Detail
-
accept
boolean accept(Activation activation, InternalWorkingMemory workingMemory, TerminalNode rtn)
Returns true if a new activation should be created for the given propagation or false otherwise
-
getTuplesCache
Map<ActivationKey,Tuple> getTuplesCache()
-
fireRNEAs
void fireRNEAs(InternalWorkingMemory wm)
-
-