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,org.drools.core.marshalling.impl.ProtobufInputMarshaller.PBActivationsFilter.ActivationWithObject> |
getDormantActivationsMap() |
Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> |
getRneActivations() |
Map<ProtobufInputMarshaller.ActivationKey,Tuple> |
getTuplesCache() |
public Map<ProtobufInputMarshaller.ActivationKey,org.drools.core.marshalling.impl.ProtobufInputMarshaller.PBActivationsFilter.ActivationWithObject> getDormantActivationsMap()
public boolean accept(Activation activation, InternalWorkingMemory workingMemory, TerminalNode rtn)
ActivationsFilter
accept
in interface ActivationsFilter
public 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.AgendaFilter
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.