static MultiSet multiSetInConcept(Concept c) { new MultiSet ms; ms.map = mapInConcept(c, new HashMap); ret ms; }