MATSIM
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 }