Uses of Class
org.apache.uima.internal.util.GraphNode
-
Packages that use GraphNode Package Description org.apache.uima.internal.util -
-
Uses of GraphNode in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as GraphNode Modifier and Type Field Description protected GraphNodeGraph. rootFields in org.apache.uima.internal.util with type parameters of type GraphNode Modifier and Type Field Description protected java.util.ArrayList<GraphNode>GraphNode. predecessorsprotected java.util.ArrayList<GraphNode>GraphNode. successorsMethods in org.apache.uima.internal.util that return GraphNode Modifier and Type Method Description GraphNodeGraphNode. getPredecessor(int i)Get a specific predecessor node.GraphNodeGraph. getRoot()GraphNodeGraphNode. getSuccessor(int i)Get a specific successor node.Methods in org.apache.uima.internal.util with parameters of type GraphNode Modifier and Type Method Description voidGraphNode. addPredecessor(GraphNode pred)Add a new predecessor node.voidGraphNode. addSuccessor(GraphNode succ)Add a new successor node.static voidGraph. collectNodes(GraphNode n, java.util.Vector<GraphNode> nodes)voidGraphNode. connect(GraphNode node)Connect this node to a new node.protected static intGraph. getNodeCode(GraphNode n, java.util.Vector<GraphNode> nodes)voidGraph. setRoot(GraphNode root)Set the root of the graph.Method parameters in org.apache.uima.internal.util with type arguments of type GraphNode Modifier and Type Method Description static voidGraph. collectNodes(GraphNode n, java.util.Vector<GraphNode> nodes)protected static intGraph. getNodeCode(GraphNode n, java.util.Vector<GraphNode> nodes)
-