站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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 AgendaGroups. Rules can be assigned to these AgendaGroups. 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.
 
Method Summary
 Activation[] getActivations()
           
 String getName()
           
 boolean isActive()
           
 int size()
          The total number of activations in this group
 

Field Detail

MAIN

static final String MAIN
Static reference to determine the default AgendaGroup name.

See Also:
Constant Field Values
Method Detail

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.