| Package | Description |
|---|---|
| graph.properties.components |
Classes representing split components and other elements associated with them, such as separation pairs.
|
| Modifier and Type | Method and Description |
|---|---|
SplitTriconnectedComponentType |
HopcroftTarjanSplitComponent.getType() |
static SplitTriconnectedComponentType |
SplitTriconnectedComponentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplitTriconnectedComponentType[] |
SplitTriconnectedComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HopcroftTarjanSplitComponent.setType(SplitTriconnectedComponentType type) |
| Constructor and Description |
|---|
HopcroftTarjanSplitComponent(java.util.List<E> edges,
java.util.List<E> virtualEdges,
SplitTriconnectedComponentType type)
Creates a component with the specified edges and virtual edges
of the given type
|
HopcroftTarjanSplitComponent(SplitTriconnectedComponentType type,
java.util.List<E> edges)
Creates a component with the specified edges
of the given type
|