static AIConcept findAIConceptByNameIC(S name) { for (AIConcept c : values(aiConceptsMap_cached())) if (eqic(c.name, name)) ret c; null; }