- getLineNo() - Method in class Lab3Help.BLineTable
-
Returns the line id of this line table
- getName() - Method in class Lab3Help.BLineStop
-
Returns the name of this stop.
- getName() - Method in class Lab3Help.BStop
-
Returns the name of the bus stop
- getPath() - Method in class Lab3Help.External
-
- getPath() - Method in interface Lab3Help.Path
-
Returns an iterator over the nodes in the path.
- getPathLength() - Method in class Lab3Help.External
-
- getPathLength() - Method in interface Lab3Help.Path
-
Returns the length of the computed path, that is, the sum of the
weights of each arc on the path.
- getStops() - Method in class Lab3Help.BLineTable
-
Returns the stops information this line table
- getTime() - Method in class Lab3Help.BLineStop
-
Returns the time needed from the stop before to this stop.
- getX() - Method in class Lab3Help.BStop
-
Returns the x coordinate of the bus stop
- getY() - Method in class Lab3Help.BStop
-
Returns the y coordinate of the bus stop
- GUI - Class in Lab3Help
-
A GUI for programming assignment 3.
- GUI(List<BStop>, List<BLineTable>, Path<String>) - Constructor for class Lab3Help.GUI
-
A GUI for programming assignment 3.