static AIConcept getOrMakeAIConceptNamed(S name) { AIConcept c = findAIConceptByNameIC(name); if (c != null) ret c; ret createAIConcept(name, myUniverse()); }