org.apache.openjpa.lib.graph
Class NodeInfo
java.lang.Object
org.apache.openjpa.lib.graph.NodeInfo
class NodeInfo
- extends Object
Struct used to track graph node information during traversal.
- Since:
- 1.0.0
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLOR_WHITE
public static final int COLOR_WHITE
- See Also:
- Constant Field Values
COLOR_GRAY
public static final int COLOR_GRAY
- See Also:
- Constant Field Values
COLOR_BLACK
public static final int COLOR_BLACK
- See Also:
- Constant Field Values
finished
public int finished
color
public int color
NodeInfo
NodeInfo()
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.