activateRuleFlowGroup(String name) Activates the RuleFlowGroup with the given name.
All activations in the given RuleFlowGroup are added to the agenda.
As long as the RuleFlowGroup remains active,
its activations are automatically added to the agenda.
public void activateRuleFlowGroup(String name)(Code)
Activates the RuleFlowGroup with the given name.
All activations in the given RuleFlowGroup are added to the agenda.
As long as the RuleFlowGroup remains active,
its activations are automatically added to the agenda.
Iterates all the modules in the focus stack returning the total number of Activations
total number of activations on the focus stack
clearActivationGroup
public void clearActivationGroup(String name)(Code)
Clears all Activations from an Activation-Group. Any Activations that are also in an Agenda Group are removed
from the Agenda Group.
Parameters: activationGroup -
Clears all Activations from an Activation Group. Any Activations that are also in an Agenda Group are removed
from the Agenda Group.
Parameters: activationGroup -
public void deactivateRuleFlowGroup(String name)(Code)
Deactivates the RuleFlowGroup with the given name.
All activations in the given RuleFlowGroup are removed from the agenda.
As long as the RuleFlowGroup remains deactive,
its activations are not added to the agenda