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

Type Parameters:
S - type of the signature.
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.

Equips the bigraph with some categorical operators to compute the product of two bigraphs. Operators can only be used by bigraphs of the same type and signature, except with elementary ones.

Author:
Dominik Grzelak