public interface DFSEdgeTypes
DepthFirstSearch
Modifier and Type | Field and Description |
---|---|
static int |
BACK_EDGE
Back edge.
|
static int |
CROSS_EDGE
Cross edge.
|
static int |
FORWARD_EDGE
Forward edge.
|
static int |
TREE_EDGE
Tree edge.
|
static int |
UNKNOWN_EDGE
Unknown DFS edge type.
|
static final int UNKNOWN_EDGE
static final int TREE_EDGE
static final int BACK_EDGE
static final int FORWARD_EDGE
static final int CROSS_EDGE
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.