| Package | Description |
|---|---|
| graph.tree.spqr |
Classes representing a SPQR-tree and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
Skeleton<V,E> |
SPQRTreeNode.getSkeleton() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPQRTreeNode.setSkeleton(Skeleton<V,E> skeleton) |
| Constructor and Description |
|---|
SPQRTreeNode(NodeType nodeType,
Skeleton<V,E> skeleton)
Construct a SPQR tree node of the given type and sets its skeleton
|