static void printAIConcepts(Collection c) { int i = 1; for (AIConcept cc : findAIConcepts(unnull(c))) print((i++) + ". " + aiConceptToString(cc)); }