public interface ActivationsFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Activation activation,
InternalWorkingMemory workingMemory,
TerminalNode rtn)
Returns true if a new activation should be created for the given propagation
or false otherwise
|
void |
fireRNEAs(InternalWorkingMemory wm) |
Map<ActivationKey,Tuple> |
getTuplesCache() |
boolean accept(Activation activation, InternalWorkingMemory workingMemory, TerminalNode rtn)
Map<ActivationKey,Tuple> getTuplesCache()
void fireRNEAs(InternalWorkingMemory wm)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.