470471472473474475476477478479480
if (verbose) { //if true, for each Measure sets the corresponding MeasureOutput //a measure output can be a file (xml, txt, ...) which contains //samples and final report of that measure new VerboseCSVMeasureOutput(ms.getMeasure(), simParameters); } network.addMeasure(ms.getMeasure()); }