Class BigraphDelegator<S extends Signature<?>>

java.lang.Object
org.bigraphs.framework.core.BigraphDelegator<S>
Type Parameters:
S - the signature type
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 base class for bigraphs.

Currently supports only pure bigraphs.

Wraps a Bigraph instance and forwards all calls to it. Subclasses can extend or adapt behavior by overriding selected methods while reusing the delegate for the core implementation.

Author:
Dominik Grzelak