Drools :: Core 6.1.0.Beta1

org.drools.core.spi
Interface AgendaFilter

All Known Implementing Classes:
ProtobufInputMarshaller.PBActivationsFilter, StatefulKnowledgeSessionImpl.AgendaFilterWrapper

public interface AgendaFilter


Method Summary
 boolean accept(Activation activation)
          Determine if a given activation should be fired.
 

Method Detail

accept

boolean accept(Activation activation)
Determine if a given activation should be fired.

Parameters:
activation - The activation to fire.
Returns:
true if the activation should be fired; otherwise false

Drools :: Core 6.1.0.Beta1

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