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