575859606162636465
public Set getSupportedFunctions() { Set set = new HashSet(); Iterator it = GeneralBagFunction.getSupportedIdentifiers().iterator(); while (it.hasNext()) set.add(new GeneralBagFunction((String)(it.next()))); return set; }
565758596061626364