pydistsim.restrictions.topological
Restrictions related to the communication topology of the underlying graph of the network.
These restrict some communication properties of the network, such as connectivity, shape, and the number of initiators.
Module attributes
Type alias to emphasize that strong connectivity is what's checked. |
|
Type alias for CycleGraph. |
|
Type alias for OrientedCycleGraph. |
Classes
The communication topology is a complete graph. |
|
The communication topology if strongly connected. |
|
The communication topology is a cycle. |
|
The communication topology is a hypercube of any dimension. |
|
The communication topology is an oriented cycle. |
|
The communication topology is an oriented hypercube. |
|
Type alias for OrientedCycleGraph. |
|
Type alias for CycleGraph. |
|
The communication topology has a specific shape. |
|
The communication topology is a star. |
|
Type alias to emphasize that strong connectivity is what's checked. |
|
Restrictions related to the communication topology of the underlying graph of the network. |
|
The communication topology is a tree. |
|
Only one entity will be able to initiate the algorithm through a spontaneous event. |