20 package org.matsim.core.config.groups;
45 Map<String, String> comments = super.getComments();
46 comments.put(WRITELINKSTATSINTERVAL,
"Specifies how often the link stats should be calculated and written. Use 0 to disable the generation of link stats.");
47 comments.put(AVERAGELINKSTATSOVERITERATIONS,
"Specifies over how many iterations the link volumes should be averaged that are used for the " +
48 "link statistics. Use 1 or 0 to only use the link volumes of a single iteration. This values cannot be larger than the value specified for " + WRITELINKSTATSINTERVAL);
int getWriteLinkStatsInterval()
static final String GROUP_NAME
void setWriteLinkStatsInterval(int writeCountsInterval)
int writeLinkStatsInterval
void setAverageLinkStatsOverIterations(int averageLinkStatsOverIterations)
int getAverageLinkStatsOverIterations()
static final String WRITELINKSTATSINTERVAL
int averageLinkStatsOverIterations
Map< String, String > getComments()
static final String AVERAGELINKSTATSOVERITERATIONS