| Package | Description |
|---|---|
| graph.algorithms.connectivity |
Classes related to the planar augmentation problem.
|
| graph.tree.bc |
Classes representing a BC-tree and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
BCNodeType |
PlanarAugmentationLabel.getType() |
| Modifier and Type | Method and Description |
|---|---|
BCNodeType |
BCTreeNode.getType() |
static BCNodeType |
BCNodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCNodeType[] |
BCNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BCTreeNode.setType(BCNodeType type) |
| Constructor and Description |
|---|
BCTreeNode(BCNodeType type,
java.lang.Object content)
Construct the BC-tree node of the specified type and with the given content
|