Package org.kie.api.runtime.rule
Interface AgendaGroup
-
public interface AgendaGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
String
getName()
void
setFocus()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The AgendaGroup name
-
clear
void clear()
-
setFocus
void setFocus()
-
-