Class ReactionGraphExtended<B extends Bigraph<? extends Signature<?>>>

Type Parameters:
B - the type of the bigraph of the states and transition relations of the transition system
All Implemented Interfaces:
Serializable

public class ReactionGraphExtended<B extends Bigraph<? extends Signature<?>>> extends ReactionGraph<B>
This is a "wrapper" class that extends the basic reaction graph structure ReactionGraph, and contains an instance of the behavioral equivalence mixin implementation of BehavioralEquivalenceMixin. This allows us to delegate calls to the extended method to the mixin. For instance, to compute bisimilarity.

Note: Better is a dynamic mixin implementation at run-time.

Author:
Dominik Grzelak
See Also: