public class Graph extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
NODE_NAME |
static QName |
NODE_TYPE |
static QName |
TOK |
| Constructor and Description |
|---|
Graph(CAPI.AnnisGraph g) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNodeForID(int id) |
Iterable<Node> |
getNodesByType(String type) |
List<Edge> |
getOutgoingEdges(Node node) |
List<Edge> |
getOutgoingEdges(Node node,
Component component) |
List<Edge> |
getOutgoingEdges(Node node,
ComponentType componentType) |
public static QName NODE_NAME
public static QName NODE_TYPE
public static QName TOK
public Graph(CAPI.AnnisGraph g)
public List<Edge> getOutgoingEdges(Node node, ComponentType componentType)
public Node getNodeForID(int id)
Copyright © 2019 Thomas Krause. All rights reserved.