|
MATSIM
|

Public Member Functions | |
| UmlaufStueck (TransitLine line, TransitRoute route, Departure departure) | |
| TransitLine | getLine () |
| TransitRoute | getRoute () |
| Departure | getDeparture () |
| NetworkRoute | getCarRoute () |
| boolean | isFahrt () |
Private Attributes | |
| TransitLine | line |
| TransitRoute | route |
| Departure | departure |
Definition at line 29 of file UmlaufStueck.java.
| org.matsim.pt.UmlaufStueck.UmlaufStueck | ( | TransitLine | line, |
| TransitRoute | route, | ||
| Departure | departure | ||
| ) |
Definition at line 35 of file UmlaufStueck.java.
References org.matsim.pt.UmlaufStueck.departure, org.matsim.pt.UmlaufStueck.line, and org.matsim.pt.UmlaufStueck.route.
| TransitLine org.matsim.pt.UmlaufStueck.getLine | ( | ) |
Implements org.matsim.pt.UmlaufStueckI.
Definition at line 43 of file UmlaufStueck.java.
References org.matsim.pt.UmlaufStueck.line.
| TransitRoute org.matsim.pt.UmlaufStueck.getRoute | ( | ) |
Implements org.matsim.pt.UmlaufStueckI.
Definition at line 48 of file UmlaufStueck.java.
References org.matsim.pt.UmlaufStueck.route.
| Departure org.matsim.pt.UmlaufStueck.getDeparture | ( | ) |
Implements org.matsim.pt.UmlaufStueckI.
Definition at line 53 of file UmlaufStueck.java.
References org.matsim.pt.UmlaufStueck.departure.
| NetworkRoute org.matsim.pt.UmlaufStueck.getCarRoute | ( | ) |
Implements org.matsim.pt.UmlaufStueckI.
Definition at line 58 of file UmlaufStueck.java.
References org.matsim.pt.transitSchedule.api.TransitRoute.getRoute().

| boolean org.matsim.pt.UmlaufStueck.isFahrt | ( | ) |
Implements org.matsim.pt.UmlaufStueckI.
Definition at line 63 of file UmlaufStueck.java.
|
private |
Definition at line 31 of file UmlaufStueck.java.
Referenced by org.matsim.pt.UmlaufStueck.getLine(), and org.matsim.pt.UmlaufStueck.UmlaufStueck().
|
private |
Definition at line 32 of file UmlaufStueck.java.
Referenced by org.matsim.pt.UmlaufStueck.getRoute(), and org.matsim.pt.UmlaufStueck.UmlaufStueck().
|
private |
Definition at line 33 of file UmlaufStueck.java.
Referenced by org.matsim.pt.UmlaufStueck.getDeparture(), and org.matsim.pt.UmlaufStueck.UmlaufStueck().
1.8.13