// changes set static Set nlLogic_inputsFromExecutedRules(Set set, L l) { for (ExecutedRule r : unnull(l)) addAll(set, r.newInput); ret set; }