Package rgu.transport.algorithms.search


package rgu.transport.algorithms.search
Contains algorithms for search such as Dijkstra graph search.
  • Class
    Description
    A precomputed cost matrix based on graph reachability search.
    A thread-safe and generic implementation of Dijkstra's shortest path algorithm.
    Metric<T, D extends Comparable<? super D>>
    A mathematical distance metric between two points.
    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.
    Utility class for threading.