asset_graph#
Module for the parent AssetGraph class, which extends a networkx.DiGraph.
Extensions are:
Initialization of nodes and edges with a given set of assets (asset bucket).
Definition of graph update policies.
Definition of a seed for the randomicity of the assets.
Binding of the graph id in the logs.
Classes
AssetGraph represents an heterogeneous network infrastructure. |