171172173174175176177
public void fireUntilHalt(AgendaFilter agendaFilter) { this.commandService.execute( new FireUntilHaltCommand( agendaFilter ) ); } public KnowledgeBase getKnowledgeBase() { return this.commandService.execute( new GetKnowledgeBaseCommand() ); }
186187188189190191192