MATSIM
Public Member Functions | Private Attributes | List of all members
org.matsim.pt.UmlaufStueck Class Reference
Inheritance diagram for org.matsim.pt.UmlaufStueck:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 29 of file UmlaufStueck.java.

Constructor & Destructor Documentation

◆ UmlaufStueck()

org.matsim.pt.UmlaufStueck.UmlaufStueck ( TransitLine  line,
TransitRoute  route,
Departure  departure 
)

Member Function Documentation

◆ getLine()

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.

43  {
44  return line;
45  }

◆ getRoute()

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.

48  {
49  return route;
50  }

◆ getDeparture()

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.

53  {
54  return departure;
55  }

◆ getCarRoute()

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().

58  {
59  return route.getRoute();
60  }
Here is the call graph for this function:

◆ isFahrt()

boolean org.matsim.pt.UmlaufStueck.isFahrt ( )

Implements org.matsim.pt.UmlaufStueckI.

Definition at line 63 of file UmlaufStueck.java.

63  {
64  return true;
65  }

Member Data Documentation

◆ line

TransitLine org.matsim.pt.UmlaufStueck.line
private

◆ route

TransitRoute org.matsim.pt.UmlaufStueck.route
private

◆ departure

Departure org.matsim.pt.UmlaufStueck.departure
private

The documentation for this class was generated from the following file: