}
}
// add functions:
BindingsObjectFactory objFactory = new BindingsObjectFactoryImpl();
for (Entry<String, String> funcEntry : requestedFuncs.entrySet()) {
PropertyInteger pi = objFactory.createPropertyIntegerData(funcEntry.getKey(), BigInteger.valueOf(100));
// fixed dummy value
mappedProperties.put(funcEntry.getValue(), pi);
}
Properties props = new PropertiesImpl(mappedProperties.values());