| Package | Description |
|---|---|
| org.corpus_tools.graphannis.model |
| Modifier and Type | Field and Description |
|---|---|
static QName |
Graph.NODE_NAME |
static QName |
Graph.NODE_TYPE |
static QName |
Graph.TOK |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,String> |
Edge.getLabels() |
Map<QName,String> |
Node.getLabels() |
| Constructor and Description |
|---|
Edge(int sourceID,
int targetID,
Component component,
Map<QName,String> labels,
Graph graph) |
Node(int id,
String name,
Map<QName,String> labels) |
Node(int id,
String name,
String type,
Map<QName,String> labels) |
Copyright © 2019 Thomas Krause. All rights reserved.