| Package | Description |
|---|---|
| graph.tree.spqr |
Classes representing a SPQR-tree and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
SPQRTreeNode<V,TreeEdgeWithContent<V,E>> |
ProtoSPQRTree.getRoot() |
SPQRTreeNode<V,TreeEdgeWithContent<V,E>> |
AbstractTree.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SPQRTreeNode<V,E>> |
SPQRTreeNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPQRTreeNode.addChildNode(SPQRTreeNode<V,E> node)
Adds a node to this node's list of children nodes
|
void |
ProtoSPQRTree.setRoot(SPQRTreeNode<V,TreeEdgeWithContent<V,E>> root) |
void |
AbstractTree.setRoot(SPQRTreeNode<V,TreeEdgeWithContent<V,E>> root) |
| Modifier and Type | Method and Description |
|---|---|
void |
SPQRTreeNode.setChildren(java.util.List<SPQRTreeNode<V,E>> children) |