LinkNodesWithinRoutingRange

Parameters

<T>

concentration type

Constructors

Link copied to clipboard
constructor(r: Double)

Functions

Link copied to clipboard
open fun computeNeighborhood(center: Node<T>, environment: Environment<T, GeoPosition>): Neighborhood<T>
Produces a new neighborhood for specified node considering its position.
Link copied to clipboard
Some rules may require to be evaluated against multiple nodes until the situations gets consistent.
Link copied to clipboard
open fun toString(): String