Package org.kie.api.runtime.rule
Interface AgendaGroup
-
public interface AgendaGroup
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MAIN
Static reference to determine the defaultAgendaGroup
name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
java.lang.String
getName()
void
setFocus()
-
-
-
Field Detail
-
MAIN
static final java.lang.String MAIN
Static reference to determine the defaultAgendaGroup
name.- See Also:
- Constant Field Values
-
-