public interface AgendaGroup
extends org.kie.api.runtime.rule.AgendaGroup
Agenda
can be partitioned into groups, called AgendaGroup
s. Rule
s can be assigned to
these AgendaGroup
s. 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–2016 JBoss by Red Hat. All rights reserved.