Uses of Class
transport.TripSection

Uses of TripSection in transport
 

Methods in transport that return types with arguments of type TripSection
 java.util.List<TripSection> Network.calculateTrip(Station origin, Station destination)
          Calculate a trip (journey) in the transportation network, from a given origin to a given destination.