static Set allConceptNames() { new TreeSet names; for (Concept concept : allConcepts()) names.add(shortDynamicClassName(concept)); ret names; }