public abstract class GraphNode
extends java.lang.Object
Graph| Modifier and Type | Field and Description |
|---|---|
protected int |
postIndex |
protected java.util.HashSet |
preds |
protected int |
preIndex |
protected java.util.HashSet |
succs |
| Constructor and Description |
|---|
GraphNode()
Constructor.
|