|
MATSIM
|

Public Member Functions | |
| CountsGraphsCreator (final String sectionTitle) | |
| Section | getSection () |
| abstract List< CountsGraph > | createGraphs (List< CountSimComparison > ccl, int iteration) |
Protected Attributes | |
| Section | section |
Definition at line 29 of file CountsGraphsCreator.java.
| org.matsim.counts.algorithms.graphs.CountsGraphsCreator.CountsGraphsCreator | ( | final String | sectionTitle | ) |
Definition at line 32 of file CountsGraphsCreator.java.
| Section org.matsim.counts.algorithms.graphs.CountsGraphsCreator.getSection | ( | ) |
Definition at line 36 of file CountsGraphsCreator.java.
References org.matsim.counts.algorithms.graphs.CountsGraphsCreator.createGraphs(), and org.matsim.counts.algorithms.graphs.CountsGraphsCreator.section.

|
abstract |
|
protected |
Definition at line 30 of file CountsGraphsCreator.java.
Referenced by org.matsim.counts.algorithms.graphs.CountsSimReal24GraphCreator.createGraphs(), org.matsim.counts.algorithms.graphs.CountsErrorGraphCreator.createGraphs(), org.matsim.counts.algorithms.graphs.CountsGEHCurveGraphCreator.createGraphs(), org.matsim.counts.algorithms.graphs.CountsSimRealPerHourGraphCreator.createGraphs(), org.matsim.counts.algorithms.graphs.CountsLoadCurveGraphCreator.createGraphs(), and org.matsim.counts.algorithms.graphs.CountsGraphsCreator.getSection().
1.8.13