| Package | Description |
|---|---|
| graph.tree.spqr |
Classes representing a SPQR-tree and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
SPQRTreeNode.getNodeType() |
static NodeType |
NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPQRTreeNode.setNodeType(NodeType nodeType) |
| Constructor and Description |
|---|
SPQRTreeNode(NodeType nodeType)
Constructs a SPQR tree node of the given type
|
SPQRTreeNode(NodeType nodeType,
Graph<V,E> skeleton)
Construct a SPQR tree node of the given type and sets its skeleton
|
SPQRTreeNode(NodeType nodeType,
Skeleton<V,E> skeleton)
Construct a SPQR tree node of the given type and sets its skeleton
|