}
for (HeatPump pump : simulator.getHeatPumps()) {
workingMemory.assertObject(pump, true);
}
System.out.println("---- begin initial fireAllRules");
workingMemory.fireAllRules();
System.out.println("---- end initial fireAllRules");
// The 'executor' bean is lazy-init so we can control when the simulator starts
// (which is now). Alternatively, we could have defined a start method to begin
// the simulation.