Uses of Class
transport.Line

Uses of Line in transport
 

Methods in transport that return Line
 Line TripSection.getLine()
          Returns the line along which this section is located.
 

Methods in transport that return types with arguments of type Line
 java.util.List<Line> Network.getLines()
          Returns the list of lines in the network.