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