| org.drools.spi.RuleFlowGroup
isActive | boolean isActive()(Code) | | |
isAutoDeactivate | boolean isAutoDeactivate()(Code) | | |
isEmpty | boolean isEmpty()(Code) | | |
setAutoDeactivate | void setAutoDeactivate(boolean autoDeactivate)(Code) | | 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.
|
|
|