Uses of Class
org.apache.uima.internal.util.GraphNode
-
Uses of GraphNode in org.apache.uima.internal.util
Modifier and TypeMethodDescriptionGraphNode.getPredecessor
(int i) Get a specific predecessor node.Graph.getRoot()
GraphNode.getSuccessor
(int i) Get a specific successor node.Modifier and TypeMethodDescriptionvoid
GraphNode.addPredecessor
(GraphNode pred) Add a new predecessor node.void
GraphNode.addSuccessor
(GraphNode succ) Add a new successor node.static void
Graph.collectNodes
(GraphNode n, Vector<GraphNode> nodes) void
Connect this node to a new node.protected static int
Graph.getNodeCode
(GraphNode n, Vector<GraphNode> nodes) void
Set the root of the graph.Modifier and TypeMethodDescriptionstatic void
Graph.collectNodes
(GraphNode n, Vector<GraphNode> nodes) protected static int
Graph.getNodeCode
(GraphNode n, Vector<GraphNode> nodes)