|
MATSIM
|
Static Public Member Functions | |
| static void | main (String[] args) |
| static void | run (String[] args) |
Static Private Attributes | |
| final static Logger | LOG = LogManager.getLogger(RunIntersectionSimplifier.class) |
Example to illustrate how the density-based algorithm is used to simplify a network's intersections.
Definition at line 39 of file RunIntersectionSimplifier.java.
|
static |
| args |
Definition at line 45 of file RunIntersectionSimplifier.java.
References org.matsim.core.network.algorithms.intersectionSimplifier.RunIntersectionSimplifier.run().

|
static |
Definition at line 49 of file RunIntersectionSimplifier.java.
References org.matsim.core.network.NetworkUtils.createNetwork(), org.matsim.core.utils.io.MatsimXmlParser.readFile(), org.matsim.core.network.algorithms.intersectionSimplifier.IntersectionSimplifier.reportNetworkStatistics(), org.matsim.core.network.algorithms.NetworkCalcTopoType.run(), org.matsim.core.network.algorithms.NetworkSimplifier.run(), org.matsim.core.network.algorithms.NetworkCleaner.run(), org.matsim.core.network.algorithms.intersectionSimplifier.IntersectionSimplifier.simplify(), and org.matsim.core.network.io.NetworkWriter.write().
Referenced by org.matsim.core.network.algorithms.intersectionSimplifier.RunIntersectionSimplifier.main().

|
staticprivate |
Definition at line 40 of file RunIntersectionSimplifier.java.
1.8.13