Class BigraphDelegator<S extends Signature<?>>

java.lang.Object
org.bigraphs.framework.core.BigraphDelegator<S>
Type Parameters:
S - type of the signature
All Implemented Interfaces:
Bigraph<S>, HasSignature<S>
Direct Known Subclasses:
AbstractDynamicMatchAdapter, BigraphCompositeSupport, ElementaryBigraph

public abstract class BigraphDelegator<S extends Signature<?>> extends Object implements Bigraph<S>
Delegator class for bigraphs (currently only suitable for pure bigraphs, e.g., no getParents() method available)
Author:
Dominik Grzelak