!7 // BEA Gazelle's "left brain hemisphere" (where all the bots run) cmodule2 GazelleBEABot > DynGazelleMultiBot { start { set considerMasterPostsSafe; // trust the masters } void augmentCode(CodeInRewriting cir, GazellePost post) { super.augmentCode(cir, post); /* dev. if (cir.contains("allBEAObjects")) cir.add([[ embedded Cl allBEAObjects() { ret lazyMap_bitSet quickImport(asList((Cl) dm_call(dm_current_generic(), "getAllPosts"))); } ]]); */ } }