pydistsim.network.rangenetwork.CompleteRangeType
- class CompleteRangeType(environment: Environment)[source]
Bases:
RangeTypeComplete range type.
This class represents the Complete channel type. It always returns True, indicating that any two nodes are within communication range.
- Parameters:
environment (Environment) – The environment in which the channel operates.
Methods
__init__Check if two nodes are within communication range.