org.drools.marshalling.impl
Class ProtobufInputMarshaller.PBActivationsFilter
java.lang.Object
org.drools.marshalling.impl.ProtobufInputMarshaller.PBActivationsFilter
- All Implemented Interfaces:
- ActivationsFilter
- Enclosing class:
- ProtobufInputMarshaller
public static class ProtobufInputMarshaller.PBActivationsFilter
- extends Object
- implements ActivationsFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtobufInputMarshaller.PBActivationsFilter
public ProtobufInputMarshaller.PBActivationsFilter()
getDormantActivationsMap
public Map<ProtobufInputMarshaller.ActivationKey,ProtobufMessages.Activation> getDormantActivationsMap()
accept
public boolean accept(Activation activation,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn)
- Description copied from interface:
ActivationsFilter
- Returns true if a new activation should be created for the given propagation
or false otherwise
- Specified by:
accept
in interface ActivationsFilter
- Returns:
getTuplesCache
public Map<ProtobufInputMarshaller.ActivationKey,LeftTuple> getTuplesCache()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.