MATSIM
core
router
FallbackRoutingModule.java
Go to the documentation of this file.
1
package
org.matsim.core.router;
2
6
public
interface
FallbackRoutingModule
extends
RoutingModule
{
7
// (The main reason for addressing this via injection is that even the default implementation of FallbackRoutingModule needs access to material that is
8
// not available in TripRouter. kai, aug'19)
9
}
org.matsim.core.router.RoutingModule
Definition:
RoutingModule.java:35
org.matsim.core.router.FallbackRoutingModule
Definition:
FallbackRoutingModule.java:6
Generated by
1.8.13