public interface AgendaGroup
extends org.kie.api.runtime.rule.AgendaGroup
Agenda can be partitioned into groups, called AgendaGroups. Rules can be assigned to
these AgendaGroups. Only rules in the focus group can fire.InternalAgenda| Modifier and Type | Field and Description |
|---|---|
static String |
MAIN
Static reference to determine the default
AgendaGroup name. |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.rule.Match[] |
getActivations() |
PropagationContext |
getAutoFocusActivator() |
boolean |
isActive() |
boolean |
isEmpty() |
void |
setAutoFocusActivator(PropagationContext ctx) |
int |
size() |
static final String MAIN
AgendaGroup name.org.kie.api.runtime.rule.Match[] getActivations()
int size()
boolean isEmpty()
boolean isActive()
void setAutoFocusActivator(PropagationContext ctx)
PropagationContext getAutoFocusActivator()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.