MATSIM
Main Page
Related Pages
Packages
Classes
Files
File List
tutorial
programming
example21tutorialTUBclass
leastCostPath
MatsimClassLeastCostPathCalculatorFactory.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: org.matsim.*
3
* RunEmissionToolOffline.java
4
* *
5
* *********************************************************************** *
6
* *
7
* copyright : (C) 2009 by the members listed in the COPYING, *
8
* LICENSE and WARRANTY file. *
9
* email : info at matsim dot org *
10
* *
11
* *********************************************************************** *
12
* *
13
* This program is free software; you can redistribute it and/or modify *
14
* it under the terms of the GNU General Public License as published by *
15
* the Free Software Foundation; either version 2 of the License, or *
16
* (at your option) any later version. *
17
* See also COPYING, LICENSE and WARRANTY file *
18
* *
19
* *********************************************************************** */
20
package
tutorial.programming.example21tutorialTUBclass.leastCostPath;
21
22
import
org
.
matsim
.
api
.
core
.
v01
.
network
.
Network
;
23
import
org
.
matsim
.
core
.
router
.
util
.
LeastCostPathCalculator
;
24
import
org
.
matsim
.
core
.
router
.
util
.
LeastCostPathCalculatorFactory
;
25
import
org
.
matsim
.
core
.
router
.
util
.
TravelDisutility
;
26
import
org
.
matsim
.
core
.
router
.
util
.
TravelTime
;
27
32
public
class
MatsimClassLeastCostPathCalculatorFactory
implements
LeastCostPathCalculatorFactory
{
33
34
@Override
35
public
LeastCostPathCalculator
createPathCalculator
(
Network
network,
36
TravelDisutility
travelCosts,
TravelTime
travelTimes) {
37
return
new
MatsimClassDijkstra
(network,null,null);
38
}
39
40
}
org.matsim.api.core.v01.network
Definition:
Link.java:20
org.matsim.core.router.util.LeastCostPathCalculator
Definition:
LeastCostPathCalculator.java:30
org.matsim.core.router.util.TravelDisutility
Definition:
TravelDisutility.java:39
org
org.matsim.core.router.util.TravelTime
Definition:
TravelTime.java:35
tutorial.programming.example21tutorialTUBclass.leastCostPath.MatsimClassLeastCostPathCalculatorFactory.createPathCalculator
LeastCostPathCalculator createPathCalculator(Network network, TravelDisutility travelCosts, TravelTime travelTimes)
Definition:
MatsimClassLeastCostPathCalculatorFactory.java:35
org.matsim.core.router.util
Definition:
AbstractRoutingNetwork.java:21
org.matsim.api
tutorial.programming.example21tutorialTUBclass.leastCostPath.MatsimClassDijkstra
Definition:
MatsimClassDijkstra.java:46
org.matsim.core
org.matsim.core.router
Definition:
AbstractFastRouterDelegate.java:21
org.matsim.api.core
org.matsim.core.router.util.LeastCostPathCalculatorFactory
Definition:
LeastCostPathCalculatorFactory.java:33
org.matsim.api.core.v01.network.Network
Definition:
Network.java:32
org.matsim
tutorial.programming.example21tutorialTUBclass.leastCostPath.MatsimClassLeastCostPathCalculatorFactory
Definition:
MatsimClassLeastCostPathCalculatorFactory.java:32
org.matsim.api.core.v01
Definition:
BasicLocation.java:20
Generated on Sat Oct 22 2016 11:22:52 for MATSIM by
1.8.8