org.drools.core.common
Interface ActivationsFilter
- All Known Implementing Classes:
- ProtobufInputMarshaller.PBActivationsFilter
public interface ActivationsFilter
A filter interface for agenda activations
accept
boolean accept(Activation activation,
InternalWorkingMemory workingMemory,
TerminalNode rtn)
- Returns true if a new activation should be created for the given propagation
or false otherwise
- Parameters:
tuple - context - workingMemory - rtn -
- Returns:
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.