Package | Description |
---|---|
org.apache.uima.internal.util |
Modifier and Type | Field and Description |
---|---|
protected GraphNode |
Graph.root |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<GraphNode> |
GraphNode.predecessors |
protected ArrayList<GraphNode> |
GraphNode.successors |
Modifier and Type | Method and Description |
---|---|
GraphNode |
GraphNode.getPredecessor(int i)
Get a specific predecessor node.
|
GraphNode |
Graph.getRoot() |
GraphNode |
GraphNode.getSuccessor(int i)
Get a specific successor node.
|
Modifier and Type | Method and Description |
---|---|
void |
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 |
GraphNode.connect(GraphNode node)
Connect this node to a new node.
|
protected static int |
Graph.getNodeCode(GraphNode n,
Vector<GraphNode> nodes) |
void |
Graph.setRoot(GraphNode root)
Set the root of the graph.
|
Modifier and Type | Method and Description |
---|---|
static void |
Graph.collectNodes(GraphNode n,
Vector<GraphNode> nodes) |
protected static int |
Graph.getNodeCode(GraphNode n,
Vector<GraphNode> nodes) |
Copyright © 2015. All rights reserved.