263264265266267268269
public void fireUntilHalt(AgendaFilter agendaFilter) { this.commandService.execute( new FireUntilHaltCommand( agendaFilter ) ); } public KnowledgeBase getKnowledgeBase() { return this.commandService.execute( new GetKnowledgeBaseCommand() ); }
264265266267268269270
258259260261262263264
186187188189190191192
270271272273274275276
public void fireUntilHalt(AgendaFilter agendaFilter) { this.commandService.execute( new FireUntilHaltCommand( agendaFilter ) ); } public KnowledgeBase getKieBase() { return this.commandService.execute( new GetKnowledgeBaseCommand() ); }
242243244245246247248
171172173174175176177