当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
AgendaGroup (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.spi
Interface AgendaGroup
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AgendaGroupImpl
public interface AgendaGroup
- extends Serializable
The Agenda
can be partitioned into groups, called AgendaGroup
s. Rule
s can be assigned to
these AgendaGroup
s. Only rules in the focus group can fire.
- Author:
- Mark Proctor, Bob McWhirter
- See Also:
DefaultAgenda
Field Summary |
static String |
MAIN
Static reference to determine the default AgendaGroup name. |
MAIN
static final String MAIN
- Static reference to determine the default
AgendaGroup
name.
- See Also:
- Constant Field Values
getName
String getName()
- Returns:
- The
AgendaGroup
name
getActivations
Activation[] getActivations()
- Returns:
- An array of all the activations in the AgendaGroup
size
int size()
- The total number of activations in this group
- Returns:
- int value for the total number of activations
isActive
boolean isActive()
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.