Index
All Classes and Interfaces|All Packages|Serialized Form
P
- parseLatitude(String) - Static method in class rgu.transport.geospatial.Latitude
-
Parses the specified string to a latitude.
- parseLatitudeTruncate(String) - Static method in class rgu.transport.geospatial.Latitude
-
Parses the specified string to a latitude.
- parseLocation(String, String) - Static method in class rgu.transport.geospatial.GeoLocation
-
Parses and returns latitude, longitude pair of strings.
- parseLocationTruncate(String, String) - Static method in class rgu.transport.geospatial.GeoLocation
-
Parses and returns latitude, longitude pair of strings.
- parseLongitude(String) - Static method in class rgu.transport.geospatial.Longitude
-
Parses the specified string to a longitude.
- parseLongitudeTruncate(String) - Static method in class rgu.transport.geospatial.Longitude
-
Parses the specified string to a longitude.
- path(Explorable, V, Predicate) - Method in class rgu.transport.algorithms.search.Dijkstra
-
Finds a route from the specified source to the specified target(s) by predicate which returns true if a given vertex is a target.
- path(Explorable, V, Predicate) - Method in interface rgu.transport.algorithms.search.RoutingAlgorithm
-
Finds a route from the specified source to the specified target(s) by predicate which returns true if a given vertex is a target.
- path(Explorable, V, Predicate, E) - Method in class rgu.transport.algorithms.search.Dijkstra
-
Finds a route from the specified source to the specified target(s) by predicate which returns true if a given vertex is a target, within a given maximum cost.
- path(Explorable, V, Predicate, E) - Method in interface rgu.transport.algorithms.search.RoutingAlgorithm
-
Finds a route from the specified source to the specified target(s) by predicate which returns true if a given vertex is a target, within a given maximum cost.
- path(Explorable, V, V) - Method in class rgu.transport.algorithms.search.Dijkstra
-
Finds a route from the specified source to the specified target.
- path(Explorable, V, V) - Method in interface rgu.transport.algorithms.search.RoutingAlgorithm
-
Finds a route from the specified source to the specified target.
- path(Explorable, V, V, E) - Method in class rgu.transport.algorithms.search.Dijkstra
-
Finds a route from the specified source to the specified target within a given maximum cost.
- path(Explorable, V, V, E) - Method in interface rgu.transport.algorithms.search.RoutingAlgorithm
-
Finds a route from the specified source to the specified target within a given maximum cost.
- PercentSpeedCap - Class in rgu.transport.util
-
Can apply a speed cap and default speed to a graph.
- PercentSpeedCap(Graph) - Constructor for class rgu.transport.util.PercentSpeedCap
-
Creates an instance of percent speed cap.
- plus(Distance) - Method in class rgu.transport.geospatial.Distance
-
Returns the sum of this distance and another distance.
- position() - Method in class rgu.transport.geospatial.multimodal.JourneyState
-
Returns the position.
- preserveEdges(Predicate) - Method in interface rgu.transport.algorithms.collections.Graph
-
Returns a graph which is equal to this graph but with only the edges matching the specified predicate.
- preserveVertices(Predicate) - Method in interface rgu.transport.algorithms.collections.Graph
-
Returns a graph which is equal to this graph but with only the vertices matching the specified predicate.
- preserveVertices(Predicate) - Method in class rgu.transport.algorithms.collections.HashGraph
-
Returns a graph which is equal to this graph but with only the vertices matching the specified predicate.
- PRIME_MERIDIAN - Static variable in class rgu.transport.geospatial.Longitude
-
The value 0.
- ProgressListener - Interface in rgu.transport.algorithms.util
-
Interface for progress bar or other progress display.
All Classes and Interfaces|All Packages|Serialized Form