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

java.lang.Object
org.bigraphs.framework.core.reactivesystem.AbstractTransitionSystem<B>
org.bigraphs.framework.core.reactivesystem.ReactionGraph<B>
Type Parameters:
B - the type of the bigraph of the states and transition relations of the transition system
Direct Known Subclasses:
ReactionGraphExtended

public class ReactionGraph<B extends Bigraph<? extends Signature<?>>> extends AbstractTransitionSystem<B>
An "extended" data structure to build up a "reaction graph", analogous to a labeled transition system. It extends the abstract base class AbstractTransitionSystem.

A reaction graph is not to be confused with the notion of minimal LTSs in bigraphs. This reaction graph has no minimal context labels as transitions; it has reactions as labels.

Here the transition relations are reaction rules (i.e., the redex), and the nodes are states (i.e., bigraphs, represented by their unique string encoding).

Author:
Dominik Grzelak