Class PureBigraphBuilder<S extends AbstractEcoreSignature<? extends Control<?,?>>>

java.lang.Object
org.bigraphs.framework.core.BigraphBuilderSupport<S>
org.bigraphs.framework.core.impl.pure.PureBigraphBuilder<S>
All Implemented Interfaces:
BigraphBuilder<S>
Direct Known Subclasses:
KindBigraphBuilder, MutableBuilder

public class PureBigraphBuilder<S extends AbstractEcoreSignature<? extends Control<?,?>>> extends BigraphBuilderSupport<S>
Concrete BigraphBuilder implementation for pure bigraphs.

Typical usage begins with root() and proceeds by creating children, hierarchies, and sites.

For compositions, see PureBigraphComposite, accessible with BigraphFactory.ops(Bigraph).

Author:
Dominik Grzelak
See Also: