Uses of Class
org.apache.uima.internal.util.GraphNode
-
Packages that use GraphNode Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util -
-
Uses of GraphNode in org.apache.uima.cas.impl
Subclasses of GraphNode in org.apache.uima.cas.impl Modifier and Type Class Description private classLinearTypeOrderBuilderImpl.NodeMethods in org.apache.uima.cas.impl that return types with arguments of type GraphNode Modifier and Type Method Description private java.util.ArrayList<GraphNode>LinearTypeOrderBuilderImpl.Node. getAllPredecessors()private java.util.ArrayList<GraphNode>LinearTypeOrderBuilderImpl.Node. getAllSuccessors()Method parameters in org.apache.uima.cas.impl with type arguments of type GraphNode Modifier and Type Method Description private voidLinearTypeOrderBuilderImpl.Node. addAllPredecessors(java.util.ArrayList<? extends GraphNode> pred)private voidLinearTypeOrderBuilderImpl.Node. addAllSuccessors(java.util.ArrayList<? extends GraphNode> successors1) -
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)
-