org.drools.common
Interface ActivationsFilter

All Known Implementing Classes:
ProtobufInputMarshaller.PBActivationsFilter

public interface ActivationsFilter

A filter interface for agenda activations


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

Method Detail

accept

boolean accept(Activation activation,
               PropagationContext context,
               InternalWorkingMemory workingMemory,
               RuleTerminalNode 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-2012 JBoss by Red Hat. All Rights Reserved.