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 TypeMethodDescriptionvoidGraphNode.addPredecessor(GraphNode pred) Add a new predecessor node.voidGraphNode.addSuccessor(GraphNode succ) Add a new successor node.static voidGraph.collectNodes(GraphNode n, Vector<GraphNode> nodes) voidConnect this node to a new node.protected static intGraph.getNodeCode(GraphNode n, Vector<GraphNode> nodes) voidSet the root of the graph.Method parameters in org.apache.uima.internal.util with type arguments of type GraphNodeModifier and TypeMethodDescriptionstatic voidGraph.collectNodes(GraphNode n, Vector<GraphNode> nodes) protected static intGraph.getNodeCode(GraphNode n, Vector<GraphNode> nodes)