infrastructure#
Module for the Infrastructure class.
It represents a network, with nodes representing devices and edges representing links between them.
The infrastructure also stores: - A set of path assets aggregators, one per edge asset. - A path algorithm to compute the paths between nodes. - A view of the available nodes and edges. - A cache of the computed paths and their costs.
Classes
Class to represent a Cloud-Edge infrastructure. |