Interface for a Connection. This describes an actual transport vehicle going from its
departureStop to its arrivalStop at a certain departureTime, arriving at the arrivalTime.
The arrivalTime and departureTime already include the delay and are the actual real-time values
for the actual arrival and departureTime.
The arrivalDelay and departureDelay then again contain the duration in which these times deviate
from the planned time.
property
"tripId" (optional) an identifier for the trip this vehicle is making with this connection
property
nextConnection (optional) an identifier for the next connection the vehicle is going to make
property
TravelMode The type of vehicle that is used, chosen from an enum TravelMode
Interface for a Connection. This describes an actual transport vehicle going from its departureStop to its arrivalStop at a certain departureTime, arriving at the arrivalTime. The arrivalTime and departureTime already include the delay and are the actual real-time values for the actual arrival and departureTime. The arrivalDelay and departureDelay then again contain the duration in which these times deviate from the planned time.
"tripId" (optional) an identifier for the trip this vehicle is making with this connection
nextConnection (optional) an identifier for the next connection the vehicle is going to make
TravelMode The type of vehicle that is used, chosen from an enum TravelMode