Uses of Package
rgu.transport.algorithms.search
Packages that use rgu.transport.algorithms.search
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.
Non-exported implementation for rgu.transport module, not to be used by other modules.
-
Classes in rgu.transport.algorithms.search used by rgu.transport.algorithms.collectionsClassDescriptionAn object which can be used to find the nearest match within a predetermined set of elements.
-
Classes in rgu.transport.algorithms.search used by rgu.transport.algorithms.searchClassDescriptionA precomputed cost matrix based on graph reachability search.A thread-safe and generic implementation of Dijkstra's shortest path algorithm.An object which can be used to find the nearest match within a predetermined set of elements.An algorithm which can determine which vertices on an explorable graph are reachable from a source.A consumer callback for reachability algorithms.The result of a callback, instructs the algorithm to either continue or halt.An algorithm which can find a route between two vertices on an explorable graph.A mapping between spatial and spatial-temporal representation.An algorithm which can determine which vertices on an explorable spatial-temporal graph are reachable from a source.An algorithm which can find a route between two vertices on an explorable spatial-temporal graph.The specified target cannot be reached from the specified source.
-
Classes in rgu.transport.algorithms.search used by rgu.transport.geospatialClassDescriptionA mathematical distance metric between two points.An object which can be used to find the nearest match within a predetermined set of elements.
-
Classes in rgu.transport.algorithms.search used by rgu.transport.geospatial.multimodalClassDescriptionAn object which can be used to find the nearest match within a predetermined set of elements.
-
Classes in rgu.transport.algorithms.search used by rgu.transport.implClassDescriptionA mathematical distance metric between two points.An object which can be used to find the nearest match within a predetermined set of elements.