static L getRefNames(Concept c) { new L l; for (S name : allFields(c)) if (get(c, name) instanceof Concept.Ref) l.add(name); ret l; }