pydistsim.algorithm.node_wrapper.SensorNodeAccess
- class SensorNodeAccess(node: Node, manager: WrapperManager, **configs)[source]
Bases:
NodeAccessMethods
__init__in_neighborsGet the in-neighbors of the node.
neighborsGet the out-neighbors of the node.
out_neighborsGet the out-neighbors of the node.
unboxAttributes
Attributes that can be 'read' from the node base object.
accessible_setAttributes that can be 'read' or 'written' to the node base object.
clockidGet the id of the node.
memorystatus- accessible_get = ('status', 'memory', 'clock', 'sensors', 'compositeSensor')
Attributes that can be ‘read’ from the node base object.