public static class ProtobufInputMarshaller.PBActivationsFilter extends Object implements ActivationsFilter, AgendaFilter
Constructor and Description |
---|
ProtobufInputMarshaller.PBActivationsFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Activation match)
Determine if a given activation should be fired.
|
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<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(Activation match)
AgendaFilter
accept
in interface AgendaFilter
match
- The activation to fire.true
if the activation should be fired; otherwise
false
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.