NAME
Map::Metro::Graph::Routing - A collection of routes between two stations
VERSION
Version 0.2405, released 2016-07-23.
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.
SOURCE
https://github.com/Csson/p5-Map-Metro
HOMEPAGE
https://metacpan.org/release/Map-Metro
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.