}
public long start(int seconds, long seed, String fileOrFolder) throws Exception {
// logger.info("process file:" + fileOrFolder);
EventDao eDao = new EventDaoSimpl();
PersonDao pDao = new PersonDaoSimpl();
LocationDao lDao = new LocationDaoSimpl();
FeatureDao fDao = new FeatureDaoSimpl();
DataPool dataPool = new DataPoolImpl();
dataPool.setDao(eDao);