Uses of Package
rgu.transport.algorithms.collections
Packages that use rgu.transport.algorithms.collections
Package
Description
Contains data structures used by algorithms.
Contains algorithms for search such as Dijkstra graph search.
Geospatial data.
Multimodal geospatial data such as public transport networks.
Implementation of OpenStreetMap (OSM) data loading.
Transport modelling utility classes.
-
Classes in rgu.transport.algorithms.collections used by rgu.transport.algorithms.collectionsClassDescriptionAn explorable graph-like structure.A mathematical graph.Record type representing an edge with its end points.A mathematical graph which uses an underling hashed representation of vertices.Builder class for HashGraph.A minimum heap priority queue.A 2D tree used as a nearest finder with a compatible metric.Point usable by the 2D tree.
-
Classes in rgu.transport.algorithms.collections used by rgu.transport.algorithms.search
-
Classes in rgu.transport.algorithms.collections used by rgu.transport.geospatial
-
Classes in rgu.transport.algorithms.collections used by rgu.transport.geospatial.multimodalClassDescriptionA mathematical graph.A 2D tree used as a nearest finder with a compatible metric.
-
Classes in rgu.transport.algorithms.collections used by rgu.transport.geospatial.osmClassDescriptionA mathematical graph.Record type representing an edge with its end points.
-
Classes in rgu.transport.algorithms.collections used by rgu.transport.utilClassDescriptionA mathematical graph.A 2D tree used as a nearest finder with a compatible metric.