Drools :: Core 6.0.0.Beta5

org.drools.core.common
Interface ActivationsFilter

All Known Implementing Classes:
ProtobufInputMarshaller.PBActivationsFilter

public interface ActivationsFilter

A filter interface for agenda activations


Method Summary
 boolean accept(Activation activation, InternalWorkingMemory workingMemory, TerminalNode rtn)
          Returns true if a new activation should be created for the given propagation or false otherwise
 

Method Detail

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:

Drools :: Core 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.