| Package | Description |
|---|---|
| org.corpus_tools.graphannis | |
| org.corpus_tools.graphannis.model |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
CorpusStorageManager.getAllComponentsByType(String corpusName,
ComponentType componentType)
Returns a list of all components of a corpus given by its name and a given
component type
|
List<Annotation> |
CorpusStorageManager.listEdgeAnnotations(String corpusName,
ComponentType componentType,
String componentName,
String componentLayer,
boolean listValues,
boolean onlyMostFrequentValues)
eturns a list of all edge annotations of a corpus given by its name and and
given component.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
ComponentType.fromInt(int ctype) |
ComponentType |
Component.getType() |
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
Graph.getOutgoingEdges(Node node,
ComponentType componentType) |
void |
Component.setType(ComponentType ctype) |
| Constructor and Description |
|---|
Component(ComponentType ctype,
String layer,
String name) |
Copyright © 2019 Thomas Krause. All rights reserved.