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