| Package | Description |
|---|---|
| graph.algorithms.planarity.dual |
Classes represent dual graph and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
DualGraphVertex<V,E> |
DualGraphEdge.getDestination() |
DualGraphVertex<V,E> |
DualGraphEdge.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
DualGraphEdge.setDestination(DualGraphVertex<V,E> destination) |
void |
DualGraphEdge.setOrigin(DualGraphVertex<V,E> origin) |
| Constructor and Description |
|---|
DualGraphEdge(DualGraphVertex<V,E> origin,
DualGraphVertex<V,E> destination) |
DualGraphEdge(DualGraphVertex<V,E> origin,
DualGraphVertex<V,E> destination) |