Module dynamic_bigraph

Module dynamic_bigraph 

Source
Expand description

Traits concerning dynamic bigraphs, i.e. bigraphs that can be mutated.

Traitsยง

DynamicBigraph
A dynamic bigraph, that implements all functionalities of a StaticBigraph and adds the functionality to alter the underlying topology as well as the mirror node mapping.
DynamicEdgeCentricBigraph
An edge-centric dynamic bigraph that adds functionality to complete the graph with edge-centric mirror nodes and edges.
DynamicNodeCentricBigraph
A node-centric dynamic bigraph that adds functionality to complete the graph with node-centric mirror nodes and edges.