public static class ProtobufInputMarshaller.PBActivationsFilter extends Object implements ActivationsFilter, org.kie.api.runtime.rule.AgendaFilter
| Constructor and Description |
|---|
PBActivationsFilter() |
| 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
|
boolean |
accept(org.kie.api.runtime.rule.Match match) |
void |
fireRNEAs(InternalWorkingMemory wm) |
Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> |
getDormantActivationsMap() |
Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> |
getRneActivations() |
Map<ProtobufInputMarshaller.ActivationKey,Tuple> |
getTuplesCache() |
public Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> getDormantActivationsMap()
public boolean accept(Activation activation, InternalWorkingMemory workingMemory, TerminalNode rtn)
ActivationsFilteraccept in interface ActivationsFilterpublic Map<ProtobufInputMarshaller.ActivationKey,Tuple> getTuplesCache()
public Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> getRneActivations()
public void fireRNEAs(InternalWorkingMemory wm)
public boolean accept(org.kie.api.runtime.rule.Match match)
accept in interface org.kie.api.runtime.rule.AgendaFilterCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.