269270271272273274275
public int fireAllRules(AgendaFilter agendaFilter, int max) { return this.commandService.execute( new FireAllRulesCommand( agendaFilter, max ) ); } public void fireUntilHalt() { this.commandService.execute( new FireUntilHaltCommand() ); }
273274275276277278279
public void fireUntilHalt() { this.commandService.execute( new FireUntilHaltCommand() ); } public void fireUntilHalt(AgendaFilter agendaFilter) { this.commandService.execute( new FireUntilHaltCommand( agendaFilter ) ); }
272273274275276277278
276277278279280281282
267268269270271272273
271272273274275276277
266267268269270271272
270271272273274275276
254255256257258259260
258259260261262263264