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

Type Parameters:
S - the signature type
All Implemented Interfaces:
Bigraph<S>, BigraphComposite<S>, EcoreBigraph<S>, EcoreBigraphExt, HasSignature<S>

public class PureBigraphComposite<S extends AbstractEcoreSignature<? extends Control<?,?>>> extends BigraphCompositeSupport<S> implements EcoreBigraph<S>
Composable bigraph implementation of BigraphComposite for pure bigraphs.

Provides categorical operators to compute products of two bigraphs. Operators apply only to bigraphs of the same type and signature, except elementary ones.

Author:
Dominik Grzelak