Package it.unibo.alchemist.model.implementations.actions

Types

Link copied to clipboard
class GPSTraceWalker<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : MoveOnMapWithGPS<T, O, S>
A walker that follows a trace.
Link copied to clipboard
open class MoveOnMap<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : AbstractConfigurableMoveNode<T, P>
Link copied to clipboard
open class MoveOnMapWithGPS<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : MoveOnMap<T, O, S>
basic action that follow a GPSTrace.
Link copied to clipboard
class RandomTargetInPolygonOnMap<T, O : RoutingServiceOptions<O>, S : RoutingService<GeoPosition, O>>(    environment: MapEnvironment<T, O, S>,     node: Node<T>,     reaction: Reaction<T>,     speed: Double,     val positionGenerator: Polygon<GeoPosition>) : MoveOnMap<T, O, S>

This actions generates random waypoints inside a Polygon. The polygon can be provided either through as a deployment (positionGenerator), or as List<List<Number>> (polygonCoordinates)

Link copied to clipboard
open class ReproduceGPSTrace<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : MoveOnMapWithGPS<T, O, S>
Link copied to clipboard
open class TargetMapWalker<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : MoveOnMap<T, O, S>