Index
All Classes and Interfaces|All Packages|Serialized Form
C
- cache() - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns a cached version of the finder.
- cache(Map) - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns a cached version of the finder seeded with the specified starting map.
- calendar() - Method in interface rgu.transport.geospatial.multimodal.gtfs.GTFSDataSource
-
Returns an input stream with the contents of the calendar.txt data.
- calendarDates() - Method in interface rgu.transport.geospatial.multimodal.gtfs.GTFSDataSource
-
Returns an input stream with the contents of the calendar_dates.txt data.
- checkInterrupt() - Static method in class rgu.transport.algorithms.search.ThreadUtil
- closed(T, T) - Static method in class rgu.transport.algorithms.util.Range
-
Creates a closed range.
- compareTo(Distance) - Method in class rgu.transport.geospatial.Distance
-
Compares this distance to another distance.
- compareTo(Latitude) - Method in class rgu.transport.geospatial.Latitude
-
Compares two latitudes numerically.
- compareTo(Longitude) - Method in class rgu.transport.geospatial.Longitude
-
Compares two longitudes numerically.
- compareTo(Speed) - Method in class rgu.transport.geospatial.Speed
-
Compares this speed to another speed.
- concurrentCache() - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns a thread-safe cached version of the finder.
- concurrentCache(Map) - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns a thread-safe cached version of the finder seeded with the specified starting map.
- console() - Static method in interface rgu.transport.algorithms.util.ProgressListener
-
A progress listener which prints progress to standard output.
- console(PrintStream) - Static method in interface rgu.transport.algorithms.util.ProgressListener
-
A progress listener which prints progress to the given output stream.
- construct(Explorable, Set, ReachabilityAlgorithm) - Static method in class rgu.transport.algorithms.search.CostMatrix
-
Constructs a cost matrix by searching the specified graph.
- construct(Explorable, Set, ReachabilityAlgorithm, ProgressListener) - Static method in class rgu.transport.algorithms.search.CostMatrix
-
Constructs a cost matrix by searching the specified graph.
- construct(Explorable, Set, ReachabilityAlgorithm, ProgressListener, boolean) - Static method in class rgu.transport.algorithms.search.CostMatrix
-
Constructs a cost matrix by searching the specified graph.
- consume(V, E) - Method in interface rgu.transport.algorithms.search.ReachabilityCallback
-
Consumes the current discovered vertex and instructs whether to stop.
- contains(T) - Method in class rgu.transport.algorithms.search.CostMatrix
-
Check if the specified vertex was contained in the cost matrix.
- containsBothEndPoints(Predicate) - Static method in class rgu.transport.geospatial.osm.RoadEdge
-
A predicate which is true if both end points of a graph edge match the given predicate.
- containsEdge(V, V) - Method in interface rgu.transport.algorithms.collections.Graph
-
Checks whether the graph contains an edge from one specified source to another.
- containsEdge(V, V) - Method in class rgu.transport.algorithms.collections.HashGraph
-
Checks whether the graph contains an edge from one specified source to another.
- containsEitherEndPoint(Predicate) - Static method in class rgu.transport.geospatial.osm.RoadEdge
-
A predicate which is true if either end point of a graph edge matches the given predicate.
- containsVertex(V) - Method in interface rgu.transport.algorithms.collections.Graph
-
Checks whether the graph contains the specified vertex.
- containsVertex(V) - Method in class rgu.transport.algorithms.collections.HashGraph
-
Checks whether the graph contains the specified vertex.
- CONTINUE - Enum constant in enum class rgu.transport.algorithms.search.ReachabilityCallback.Action
-
The search should continue.
- copyAll(Collection, BiConsumer) - Static method in class rgu.transport.geospatial.multimodal.TransitNetwork
-
Creates a builder by copying the contents of a collection of transit networks.
- cost(Explorable, List) - Method in class rgu.transport.algorithms.search.Dijkstra
-
Reconstructs the total cost of a given path.
- cost(Explorable, List) - Method in interface rgu.transport.algorithms.search.RoutingAlgorithm
-
Reconstructs the total cost of a given path.
- cost(T, T) - Method in class rgu.transport.algorithms.search.CostMatrix
-
Returns the cost from the specified source to the specified target.
- cost(T, T, C) - Method in class rgu.transport.algorithms.search.CostMatrix
-
Returns the cost from the specified source to the specified target or the given infinity value if there was no route found.
- CostMatrix<T,
C> - Class in rgu.transport.algorithms.search -
A precomputed cost matrix based on graph reachability search.
All Classes and Interfaces|All Packages|Serialized Form