9596979899100101102103104105
eval.analyze(getAnalyst(), evalFile, headers, getProp() .getPropertyCSVFormat( ScriptProperties.SETUP_CONFIG_CSV_FORMAT)); eval.process(outputFile, method); getAnalyst().setCurrentQuantTask(null); return eval.shouldStop(); } /** * {@inheritDoc} */
104105106107108109110111112113114