|
MATSIM
|
Public Member Functions | |
| UmlaufInterpolator (Network network, final ScoringConfigGroup config) | |
| void | addUmlaufStueckToUmlauf (UmlaufStueckI umlaufStueck, Umlauf umlauf) |
Private Member Functions | |
| void | insertWenden (Id< Link > fromLinkId, Id< Link > toLinkId, Umlauf umlauf) |
Private Attributes | |
| final Network | network |
| final LeastCostPathCalculator | routingAlgo |
Definition at line 39 of file UmlaufInterpolator.java.
| org.matsim.pt.UmlaufInterpolator.UmlaufInterpolator | ( | Network | network, |
| final ScoringConfigGroup | config | ||
| ) |
Definition at line 44 of file UmlaufInterpolator.java.
References org.matsim.core.router.DijkstraFactory.createPathCalculator(), and org.matsim.pt.UmlaufInterpolator.network.

| void org.matsim.pt.UmlaufInterpolator.addUmlaufStueckToUmlauf | ( | UmlaufStueckI | umlaufStueck, |
| Umlauf | umlauf | ||
| ) |
(also make sure that they are physically connected on the network)
Definition at line 54 of file UmlaufInterpolator.java.
References org.matsim.api.core.v01.Id< T >.equals(), org.matsim.pt.UmlaufStueckI.getCarRoute(), org.matsim.api.core.v01.population.Route.getEndLinkId(), org.matsim.api.core.v01.population.Route.getStartLinkId(), org.matsim.pt.Umlauf.getUmlaufStuecke(), and org.matsim.pt.UmlaufInterpolator.insertWenden().

|
private |
Definition at line 71 of file UmlaufInterpolator.java.
References org.matsim.core.router.util.LeastCostPathCalculator.calcLeastCostPath(), and org.matsim.api.core.v01.network.Network.getLinks().
Referenced by org.matsim.pt.UmlaufInterpolator.addUmlaufStueckToUmlauf().

|
private |
Definition at line 41 of file UmlaufInterpolator.java.
Referenced by org.matsim.pt.UmlaufInterpolator.UmlaufInterpolator().
|
private |
Definition at line 42 of file UmlaufInterpolator.java.
1.8.13