public static class ProtobufInputMarshaller.PBActivationsFilter extends Object implements ActivationsFilter, org.kie.api.runtime.rule.AgendaFilter
Constructor and Description |
---|
ProtobufInputMarshaller.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,LeftTuple> |
getTuplesCache() |
public ProtobufInputMarshaller.PBActivationsFilter()
public Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> getDormantActivationsMap()
public boolean accept(Activation activation, InternalWorkingMemory workingMemory, TerminalNode rtn)
ActivationsFilter
accept
in interface ActivationsFilter
public Map<ProtobufInputMarshaller.ActivationKey,LeftTuple> 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–2015 JBoss by Red Hat. All rights reserved.