|
MATSIM
|

Public Member Functions | |
| LeastCostPathCalculator | createPathCalculator (Network network, TravelDisutility travelCosts, TravelTime travelTimes) |
Private Attributes | |
| final Map< Network, SpeedyGraph > | graphs = new ConcurrentHashMap<>() |
| final Map< SpeedyGraph, SpeedyALTData > | landmarksData = new ConcurrentHashMap<>() |
Definition at line 15 of file SpeedyALTFactory.java.
| LeastCostPathCalculator org.matsim.core.router.speedy.SpeedyALTFactory.createPathCalculator | ( | Network | network, |
| TravelDisutility | travelCosts, | ||
| TravelTime | travelTimes | ||
| ) |
Creational method, since Network may not be exactly the scenario's network
Implements org.matsim.core.router.util.LeastCostPathCalculatorFactory.
Definition at line 21 of file SpeedyALTFactory.java.
References org.matsim.core.router.speedy.SpeedyGraphBuilder.build().

|
private |
Definition at line 17 of file SpeedyALTFactory.java.
|
private |
Definition at line 18 of file SpeedyALTFactory.java.
1.8.13