static Collection ai_gazelle_makeIWantToKnows(RuleEngine2_MatchedRule r) { new LinkedHashSet out; if (r != null) for (LS s : unnull(r.remainingConditions)) out.add("I want to know whether " + first(s)); ret out; }