Uses of Class
org.apache.uima.internal.util.GraphNode
Packages that use GraphNode
-
Uses of GraphNode in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as GraphNodeFields in org.apache.uima.internal.util with type parameters of type GraphNodeMethods in org.apache.uima.internal.util that return GraphNodeModifier and TypeMethodDescriptionGraphNode.getPredecessor
(int i) Get a specific predecessor node.Graph.getRoot()
GraphNode.getSuccessor
(int i) Get a specific successor node.Methods in org.apache.uima.internal.util with parameters of type GraphNodeModifier 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.Method parameters in org.apache.uima.internal.util with type arguments of type GraphNodeModifier and TypeMethodDescriptionstatic void
Graph.collectNodes
(GraphNode n, Vector<GraphNode> nodes) protected static int
Graph.getNodeCode
(GraphNode n, Vector<GraphNode> nodes)