NAME
Map::Metro::Graph::Routing - What is a routing?
DESCRIPTION
A routing is the collection of Routes possible between two Stations.
METHODS
origin_station()
Returns the Station object representing the starting station of the route.
destination_station()
Returns the Station object representing the final station of the route.
line_stations()
Returns an array of all LineStation possible in the routing.
routes()
Returns an array of all Route in the routing.
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT
Copyright 2014 - Erik Carlsson
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.