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

Type Parameters:
B -
All Implemented Interfaces:
Serializable

public class ReactionGraphCollapsed<B extends Bigraph<? extends Signature<?>>> extends ReactionGraph<B>
This class represents a "collapsed", "reduced" reaction graph, possibly consolidated by a minimization algorithm (e.g., bisim minimization). The states of a graph are ReactionGraph.CollapsedLabeledNode, and the edges are of type ReactionGraph.CollapsedLabeledEdge. Collapsed nodes and edges contain the original nodes and edges before aggregation. Collapsed nodes and edges have a new label. The label and the canonical form are equal.
See Also: