Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
This linking rule dynamically searches for the best radius for each device, in such a way that it connects to a certain number of devices.
Link copied to clipboard
open class ClosestN<T, P : Position<P>?> : LinkingRule<T, P>
Non local-consistent rule that connect the closest N nodes together.
Link copied to clipboard
A ClosestN rule that also checks that a Molecule has a specific concentration before allowing the connection.
Link copied to clipboard
class ConnectToAccessPoint<T, P : Position<P>>(radius: Double, val accessPointId: Molecule) : ConnectWithinDistance<T, P>
Link copied to clipboard
class ConnectViaAccessPoint<T, P : Position<P>>(radius: Double, val accessPointId: Molecule) : ConnectWithinDistance<T, P>
Link copied to clipboard
LinkingRule which connects nodes whose euclidean distance is shorter than a given radius.
Link copied to clipboard

This rule connects each and every node to each and every other.

Link copied to clipboard
This rule guarantees that no links are created at all.
Link copied to clipboard
Similar to ConnectWithinDistance, but if the environment has obstacles, the links are removed.