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

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


org.drools.spi
Interface RuleFlowGroup

All Known Subinterfaces:
InternalRuleFlowGroup
All Known Implementing Classes:
RuleFlowGroupImpl

public interface RuleFlowGroup


Method Summary
 String getName()
           
 boolean isActive()
           
 boolean isAutoDeactivate()
           
 boolean isEmpty()
           
 Iterator iterator()
           
 void setAutoDeactivate(boolean autoDeactivate)
          Sets the auto-deactivate status of this RuleFlowGroup.
 int size()
           
 

Method Detail

getName

String getName()

iterator

Iterator iterator()

isEmpty

boolean isEmpty()

size

int size()

isActive

boolean isActive()

isAutoDeactivate

boolean isAutoDeactivate()

setAutoDeactivate

void setAutoDeactivate(boolean autoDeactivate)
Sets the auto-deactivate status of this RuleFlowGroup. If this is set to true, an active RuleFlowGroup automatically deactivates if it has no more activations. If it had no activations when it was activated, it will be deactivated immediately.



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