258259260261262263264
public void fireUntilHalt(AgendaFilter agendaFilter) { this.commandService.execute( new FireUntilHaltCommand( agendaFilter ) ); } public KnowledgeBase getKieBase() { return this.commandService.execute( new GetKnowledgeBaseCommand() ); }
213214215216217218219
public void fireUntilHalt(AgendaFilter agendaFilter) { this.commandService.execute( new FireUntilHaltCommand( agendaFilter ) ); } public KnowledgeBase getKnowledgeBase() { return this.commandService.execute( new GetKnowledgeBaseCommand() ); }
263264265266267268269
192193194195196197198
264265266267268269270
216217218219220221222
200201202203204205206