MATSIM
RoutingRequest.java
Go to the documentation of this file.
1 package org.matsim.core.router;
2 
6 
11 public interface RoutingRequest extends Attributable {
13 
15 
16  double getDepartureTime();
17 
18  Person getPerson();
19 }