/**
* @return Custom configuration
*/
public Configuration getConfiguration() {
ConfigurationImpl result = ConfigUtil.defaultConfiguration(this);
result.defineProperty(SingleValuedPropertyImpl.getSingleValuedProperty(result, "numPoints", Integer.TYPE));
return result;
}