当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
InternalRuleFlowGroup (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.common
Interface InternalRuleFlowGroup
- All Superinterfaces:
- RuleFlowGroup
- All Known Implementing Classes:
- RuleFlowGroupImpl
public interface InternalRuleFlowGroup
- extends RuleFlowGroup
addActivation
void addActivation(Activation activation)
removeActivation
void removeActivation(Activation activation,
InternalWorkingMemory workingMemory)
setActive
void setActive(boolean active)
- Activates or deactivates this
RuleFlowGroup
.
When activating, all activations of this RuleFlowGroup
are added
to the agenda.
As long as the RuleFlowGroup
remains active,
its activations are automatically added to the agenda.
When deactivating, all activations of this RuleFlowGroup
are removed
to the agenda.
As long as the RuleFlowGroup
remains deactive,
its activations are not added to the agenda.
isActive
boolean isActive()
- Specified by:
isActive
in interface RuleFlowGroup
triggerCompleted
void triggerCompleted()
getProcessInstance
IRuleFlowProcessInstance getProcessInstance()
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.