MATSIM
MultimodalLinkChooser.java
Go to the documentation of this file.
1 package org.matsim.core.router;
2 
5 
6 public interface MultimodalLinkChooser {
7  public Link decideAccessLink(RoutingRequest request, Network network);
8  public Link decideEgressLink(RoutingRequest request, Network network);
9 }