Package org.drools.core.common
Interface RuleFlowGroup
- All Superinterfaces:
RuleFlowGroup
- All Known Subinterfaces:
InternalRuleFlowGroup
- All Known Implementing Classes:
AgendaGroupQueueImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisActive()booleanbooleanisEmpty()voidsetAutoDeactivate(boolean autoDeactivate) Sets the auto-deactivate status of this RuleFlowGroup.intsize()Methods inherited from interface org.kie.api.runtime.rule.RuleFlowGroup
clear
-
Method Details
-
getName
String getName()- Specified by:
getNamein interfaceRuleFlowGroup
-
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.
-