KIE API 6.1.0.Beta2

org.kie.api.runtime.rule
Interface AgendaFilter


public interface AgendaFilter


Method Summary
 boolean accept(Match match)
          Determine if a given match should be fired.
 

Method Detail

accept

boolean accept(Match match)
Determine if a given match should be fired.

Parameters:
match - The match that is requested to be fired
Returns:
boolean value of "true" accepts the match for firing.

KIE API 6.1.0.Beta2

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