Index

Package: Topologies

Description

package Topologies is
Uwe R. Zimmer, Australia, September 2011

Types

Subprograms & Entries

Nodes_in_Topology (abstract)

function Nodes_in_Topology 
(Configuration: Topology_Kind) return Positive is abstract;

References:

topologies.ads:9:13 (declaration)
generic_routers_configuration.ads:15:49 (dispatching call)
test_routers.adb:331:60 (dispatching call)
topologies.adb:444:50 (dispatching call)
topologies.adb:468:50 (dispatching call)

Nodes_Connected (abstract)

function Nodes_Connected   
(Configuration: Topology_Kind;
Node_A, Node_B: Positive) return Boolean is abstract;

References:

topologies.ads:10:13 (declaration)
generic_routers.adb:41:61 (dispatching call)
test_routers.adb:123:25 (dispatching call)
test_routers.adb:125:28 (dispatching call)
topologies.adb:454:19 (dispatching call)
topologies.adb:478:19 (dispatching call)

Called by:

Max_Degree defined at topologies.ads:14:13
Min_Degree defined at topologies.ads:13:13
Test_Routers.Print_Connections defined at test_routers.adb:102:20
Test_Routers.Print_Connections defined at test_routers.adb:102:20

Max_Degree

function Max_Degree        
(Configuration: Topology_Kind'Class) return Natural;

Cube_Connected_Cycles

function Cube_Connected_Cycles 
(Dimension: Positive) return Topology_Kind'Class;

Wrap_Around_Butterfly

function Wrap_Around_Butterfly 
(Dimension: Positive) return Topology_Kind'Class;