| Package | Description |
|---|---|
| graph.tree.spqr |
Classes representing a SPQR-tree and its elements.
|
| Class and Description |
|---|
| AbstractTree
Abstract class, extended by SPQR tree and proto SPQR tree
|
| NodeType
Type of the SPQR tree node
|
| Skeleton
Each node is associated with a special graph which is called a skeleton of the node
It is a simplified version of the original graph where some subgraphs were replaces
|
| SPQRTreeNode
Node of the SPQR tree
|
| TreeEdgeWithContent
Class which implements the
Edge interface and adds the content attribute
Used for constructing SPQR-trees |