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>
A concrete implementation of BigraphBuilder for pure bigraphs.

This bigraph builder offers a multi-scale approach for building bigraphs. From top to bottom. Beginning with the outer and inner names. Create places and connect on the fly.

Author:
Dominik Grzelak