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 AgendaGroups. Rules can be assigned to
these AgendaGroups. 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
public static final java.lang.String MAIN
- Static reference to determine the default
AgendaGroup name.
- See Also:
- Constant Field Values
getName
public java.lang.String getName()
- Returns:
- The
AgendaGroup name
getActivations
public Activation[] getActivations()
- Returns:
- An array of all the activations in the AgendaGroup
size
public int size()
- The total number of activations in this group
- Returns:
- int value for the total number of activations