站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

AgendaFilter (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.spi
Interface AgendaFilter

All Known Implementing Classes:
RuleNameEndsWithAgendaFilter, RuleNameEqualsAgendaFilter, RuleNameStartsWithAgendaFilter

public interface AgendaFilter

Author:
mproctor

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


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.