Package org.apache.uima.internal.util
Class Graph
java.lang.Object
org.apache.uima.internal.util.Graph
A simple graph class.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
root
-
-
Constructor Details
-
Graph
public Graph()
-
-
Method Details
-
getRoot
- Returns:
- The root of the graph.
-
setRoot
Set the root of the graph.- Parameters:
root
- The root node.
-
getNodeCode
-
collectNodes
-