org.apache.openjpa.lib.graph
Class NodeInfo

java.lang.Object
  extended by 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

Field Summary
 int color
           
static int COLOR_BLACK
           
static int COLOR_GRAY
           
static int COLOR_WHITE
           
 int finished
           
 
Constructor Summary
NodeInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NodeInfo

NodeInfo()


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.