pydistsim.algorithm.node_wrapper.NeighborLabel

class NeighborLabel(node: Node, manager: WrapperManager, **configs)[source]

Bases: _NodeWrapper

Class that represents a neighbor of a node. It is used to represent the knowledge that a node has about its neighbors.

Methods

__init__

unbox

Attributes

accessible_get

Attributes that can be 'read' from the node base object.

accessible_set

Attributes that can be 'read' or 'written' to the node base object.

id