MATSIM
core
mobsim
qsim
pt
TransitDriverAgent.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: org.matsim.*
3
* TransitDriverAgent.java
4
* *
5
* *********************************************************************** *
6
* *
7
* copyright : (C) 2009 by the members listed in the COPYING, *
8
* LICENSE and WARRANTY file. *
9
* email : info at matsim dot org *
10
* *
11
* *********************************************************************** *
12
* *
13
* This program is free software; you can redistribute it and/or modify *
14
* it under the terms of the GNU General Public License as published by *
15
* the Free Software Foundation; either version 2 of the License, or *
16
* (at your option) any later version. *
17
* See also COPYING, LICENSE and WARRANTY file *
18
* *
19
* *********************************************************************** */
20
21
package
org.matsim.core.mobsim.qsim.pt;
22
23
import
org
.
matsim
.
core
.
mobsim
.
framework
.
MobsimDriverAgent
;
24
import
org
.
matsim
.
pt
.
transitSchedule
.
api
.
TransitStopFacility
;
25
31
public
interface
TransitDriverAgent
extends
MobsimDriverAgent
{
32
33
public
TransitStopFacility
getNextTransitStop
();
34
35
public
double
handleTransitStop
(
final
TransitStopFacility
stop,
final
double
now);
36
}
org.matsim.pt.transitSchedule.api
Definition:
Departure.java:21
org.matsim.core.mobsim.framework
Definition:
AbstractMobsimModule.java:22
org.matsim.pt
org
org.matsim.core.mobsim.qsim.pt.TransitDriverAgent
Definition:
TransitDriverAgent.java:31
org.matsim.pt.transitSchedule.api.TransitStopFacility
Definition:
TransitStopFacility.java:35
org.matsim.core.mobsim
Definition:
DefaultMobsimModule.java:23
org.matsim.core.mobsim.qsim.pt.TransitDriverAgent.handleTransitStop
double handleTransitStop(final TransitStopFacility stop, final double now)
org.matsim.core
org.matsim.pt.transitSchedule
org.matsim.core.mobsim.framework.MobsimDriverAgent
Definition:
MobsimDriverAgent.java:23
org.matsim.core.mobsim.qsim.pt.TransitDriverAgent.getNextTransitStop
TransitStopFacility getNextTransitStop()
org.matsim
Generated by
1.8.13