MATSIM
pt
transitSchedule
api
TransitStopFacility.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: org.matsim.*
3
* ITransitStopFacility.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.pt.transitSchedule.api;
22
23
import
org
.
matsim
.
api
.
core
.
v01
.
Coord
;
24
import
org
.
matsim
.
api
.
core
.
v01
.
Id
;
25
import
org
.
matsim
.
api
.
core
.
v01
.
Identifiable
;
26
import
org
.
matsim
.
api
.
core
.
v01
.
network
.
Link
;
27
import
org
.
matsim
.
facilities
.
Facility
;
28
import
org
.
matsim
.
utils
.
objectattributes
.
attributable
.
Attributable
;
29
35
public
interface
TransitStopFacility
extends
Facility
,
Identifiable
<TransitStopFacility>,
Attributable
{
36
37
boolean
getIsBlockingLane
();
38
39
void
setLinkId
(
final
Id<Link>
linkId);
40
48
void
setName
(
final
String name);
49
53
String
getName
();
54
55
Id<TransitStopArea>
getStopAreaId
();
56
57
void
setStopAreaId
(
Id<TransitStopArea>
stopAreaId);
58
59
void
setCoord
(
Coord
coord);
60
61
}
org.matsim.api.core.v01.network
Definition:
Link.java:20
org.matsim.api.core.v01.Id
Definition:
Id.java:44
org.matsim.utils.objectattributes.attributable.Attributable
Definition:
Attributable.java:27
org.matsim.pt.transitSchedule.api.TransitStopFacility.setCoord
void setCoord(Coord coord)
org.matsim.pt.transitSchedule.api.TransitStopFacility.setStopAreaId
void setStopAreaId(Id< TransitStopArea > stopAreaId)
org.matsim.facilities
Definition:
ActivityFacilities.java:20
org
org.matsim.api.core.v01.Identifiable
Definition:
Identifiable.java:23
org.matsim.pt.transitSchedule.api.TransitStopFacility
Definition:
TransitStopFacility.java:35
org.matsim.utils
org.matsim.utils.objectattributes
org.matsim.api
org.matsim.api.core.v01.Coord
Definition:
Coord.java:35
org.matsim.facilities.Facility
Definition:
Facility.java:32
org.matsim.pt.transitSchedule.api.TransitStopFacility.getName
String getName()
org.matsim.pt.transitSchedule.api.TransitStopFacility.getStopAreaId
Id< TransitStopArea > getStopAreaId()
org.matsim.utils.objectattributes.attributable
Definition:
Attributable.java:22
org.matsim.api.core
org.matsim.pt.transitSchedule.api.TransitStopFacility.setName
void setName(final String name)
org.matsim
org.matsim.api.core.v01.network.Link
Definition:
Link.java:34
org.matsim.pt.transitSchedule.api.TransitStopFacility.getIsBlockingLane
boolean getIsBlockingLane()
org.matsim.pt.transitSchedule.api.TransitStopFacility.setLinkId
void setLinkId(final Id< Link > linkId)
org.matsim.api.core.v01
Definition:
BasicLocation.java:20
Generated by
1.8.13