public interface RuleFlowGroup
extends org.kie.api.runtime.rule.RuleFlowGroup
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isActive() |
boolean |
isAutoDeactivate() |
boolean |
isEmpty() |
void |
setAutoDeactivate(boolean autoDeactivate)
Sets the auto-deactivate status of this RuleFlowGroup.
|
int |
size() |
String getName()
getName
in interface org.kie.api.runtime.rule.RuleFlowGroup
boolean isEmpty()
int size()
boolean isActive()
boolean isAutoDeactivate()
void setAutoDeactivate(boolean autoDeactivate)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.