Trace Dependant Speed
abstract class TraceDependantSpeed<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : AbstractStrategyWithGPS, SpeedSelectionStrategy<T, GeoPosition>
Content copied to clipboard
This strategy dynamically tries to move the node adjusting its speed to synchronize the reaction rate and the traces data.
Parameters
Constructors
Link copied to clipboard
open fun TraceDependantSpeed(environment: MapEnvironment<T, O, S>, node: Node<T>, reaction: Reaction<T>)
Content copied to clipboard
Functions
Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): SpeedSelectionStrategy<T, P>
Content copied to clipboard
Link copied to clipboard