org.drools.runtime.rule
Interface AgendaFilter


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 that is requested to be fired
Returns:
boolean value of "true" accepts the Activation for firing.


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