All Classes and Interfaces
Class
Description
An unchecked exception to signal an illegal request.
A line with a code and a number of stops, it may be circular or one way.
Data structure for a line, needed for the planning algorithm.
A set of all lines.
The main GUI interface.
The MapPanel is a Swing JPanel designed to show of a Network in a graphical
way.
Returns the route from origin to destination with the minimum number of
stops.
Returns the route from origin to destination with the minimum number of
transfers.
An overall network that contains and regulates all lines and stations.
A planned route consisting of segments.
A segment of a Route.
A standard station with a name and a code.
Data structure for a station, needed for the planning algorithm.
A set of all stations.
Visual representation of one complete metro line.
The VisMarker is a little flag that can be placed onto the JPanel
The visual representation of a Station.
VisStationDummy is a station that doesn't actually represent any station in
the network, it just exists for the purpose of creating bends on the line.