Expand description
Traits concerning dynamic bigraphs, i.e. bigraphs that can be mutated.
Traitsยง
- Dynamic
Bigraph - A dynamic bigraph, that implements all functionalities of a
StaticBigraphand adds the functionality to alter the underlying topology as well as the mirror node mapping. - Dynamic
Edge Centric Bigraph - An edge-centric dynamic bigraph that adds functionality to complete the graph with edge-centric mirror nodes and edges.
- Dynamic
Node Centric Bigraph - A node-centric dynamic bigraph that adds functionality to complete the graph with node-centric mirror nodes and edges.