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
class ConnectToAccessPoint<T, P : Position<P>>(radius: Double, val accessPointId: Molecule) : ConnectWithinDistance<T, P>
Linking rule that connects nodes within a specified radius but filters connections through a designated access point when the center is not an AP itself.
Link copied to clipboard
class ConnectViaAccessPoint<T, P : Position<P>>(radius: Double, val accessPointId: Molecule) : ConnectWithinDistance<T, P>
Linking rule that connects nodes to the closest access point and other nodes connected to the same AP.
Link copied to clipboard
it.unibo.alchemist.model.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
Similar to ConnectWithinDistance, but if the environment has obstacles, the links are removed.