A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
O
- ObjectWithGPS - class in it.unibo.alchemist.model.maps
- OnStreets - class in it.unibo.alchemist.model.maps.movestrategies.routing
- This strategy computes a route along streets allowed for a selected RoutingServiceOptions connecting the starting and ending point.
- optionsFor(java.lang.String,java.lang.String) - function in it.unibo.alchemist.model.maps.routingservices.GraphHopperOptions.Companion
- Retrieves or creates the set of options for the required profile (default: foot_fastest) and algorithm (default: dijstrabi).
- optionsFor(java.lang.String) - function in it.unibo.alchemist.model.maps.routingservices.GraphHopperOptions.Companion
- Retrieves or creates the set of options for the required profile (default: foot_fastest) and algorithm (default: dijstrabi).
- optionsFor() - function in it.unibo.alchemist.model.maps.routingservices.GraphHopperOptions.Companion
- Retrieves or creates the set of options for the required profile (default: foot_fastest) and algorithm (default: dijstrabi).
- optionsFor(java.lang.String,java.lang.String,java.lang.String) - function in it.unibo.alchemist.model.maps.routingservices.GraphHopperOptions.Companion
- Retrieves or creates the set of options for the required vehicle (default: foot), weighting (default: fastest), and algorithm (default: dijstrabi).
- OSMEnvironment - class in it.unibo.alchemist.model.maps.environments
- This class serves as template for more specific implementations of environments using a map.