Interface BigraphBuilder.NodeHierarchy<S extends Signature<? extends Control<?,?>>>

All Known Implementing Classes:
PureBigraphBuilder.Hierarchy
Enclosing interface:
BigraphBuilder<S extends Signature<?>>

public static interface BigraphBuilder.NodeHierarchy<S extends Signature<? extends Control<?,?>>>
A BigraphBuilder.NodeHierarchy contains a collection of nodes in a tree structure and is related to the current BigraphBuilder instance.

It is responsible for keeping nodes together as one atomic unit of the place graph. Several methods are provided for adding nodes and sites.

Can only be used with the BigraphBuilder instance which created it.