Package it.unibo.alchemist.model.interfaces
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface MapEnvironment<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : BenchmarkableEnvironment<T, P>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface RoutingService<P : Position<P>, O : RoutingServiceOptions<O>> : Serializable
Content copied to clipboard
A service capable to generate routes into an environment. Parametric on the Position type P and the supported RoutingServiceOptions.
Link copied to clipboard
interface RoutingServiceOptions<out O : RoutingServiceOptions<O>> : Serializable
Content copied to clipboard
Tag interface, used to track the set of options available for a RoutingService.
Link copied to clipboard