V - The vertex typeE - The edge typepublic class STNumbering<V extends Vertex,E extends Edge<V>> extends Numbering<V,E>
| Constructor and Description |
|---|
STNumbering(Graph<V,E> graph,
V s,
V t) |
| Modifier and Type | Method and Description |
|---|---|
void |
formOrder(Graph<V,E> graph,
V s,
V t)
Forms the st-order
|
java.util.Map<V,java.lang.Integer> |
getNumbering() |