MATSIM
core
mobsim
qsim
pt
MobsimDriverPassengerAgent.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: matsim
3
* PersonDriverPassengerAgent.java
4
* *
5
* *********************************************************************** *
6
* *
7
* copyright : (C) 2010 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
.
core
.
mobsim
.
framework
.
MobsimPassengerAgent
;
25
30
public
interface
MobsimDriverPassengerAgent
extends
PTPassengerAgent
,
MobsimDriverAgent
,
MobsimPassengerAgent
{
31
// note: this needs the combined interfaces (currently: MobsimDriverAgent) in addition to the atomistic interfaces
32
// because of "instanceof" conditions. kai, nov'10
33
34
// yy One should consider renaming this into MobsimPTPassengerAgent and make it extend PTPassengerAgent, MobsimAgent only
35
// (modular interface for PT Passengers). kai, nov'14
36
37
}
org.matsim.core.mobsim.qsim.pt.PTPassengerAgent
Definition:
PTPassengerAgent.java:36
org.matsim.core.mobsim.framework
Definition:
AbstractMobsimModule.java:22
org
org.matsim.core.mobsim
Definition:
DefaultMobsimModule.java:23
org.matsim.core
org.matsim.core.mobsim.framework.MobsimDriverAgent
Definition:
MobsimDriverAgent.java:23
org.matsim
org.matsim.core.mobsim.qsim.pt.MobsimDriverPassengerAgent
Definition:
MobsimDriverPassengerAgent.java:30
org.matsim.core.mobsim.framework.MobsimPassengerAgent
Definition:
MobsimPassengerAgent.java:23
Generated by
1.8.13