Drools :: Core 6.2.0.Final

org.drools.core.spi
Interface RuleFlowGroup

All Superinterfaces:
org.kie.api.runtime.rule.RuleFlowGroup
All Known Subinterfaces:
InternalRuleFlowGroup
All Known Implementing Classes:
AgendaGroupQueueImpl, RuleFlowGroupImpl

public interface RuleFlowGroup
extends org.kie.api.runtime.rule.RuleFlowGroup


Method Summary
 String getName()
           
 boolean isActive()
           
 boolean isAutoDeactivate()
           
 boolean isEmpty()
           
 void setAutoDeactivate(boolean autoDeactivate)
          Sets the auto-deactivate status of this RuleFlowGroup.
 int size()
           
 
Methods inherited from interface org.kie.api.runtime.rule.RuleFlowGroup
clear
 

Method Detail

getName

String getName()
Specified by:
getName in interface org.kie.api.runtime.rule.RuleFlowGroup

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.


Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.