当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
AgendaGroup - JBoss RULES 3.0.6 API 英文版文档
org.drools.spi
Interface AgendaGroup
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AgendaGroupImpl
public interface AgendaGroup
- extends java.io.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.
- See Also:
DefaultAgenda
Field Summary |
static java.lang.String |
MAIN
Static reference to determine the default AgendaGroup name. |
MAIN
static final java.lang.String MAIN
- Static reference to determine the default
AgendaGroup
name.
- See Also:
- Constant Field Values
getName
java.lang.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