| Package | Description |
|---|---|
| org.corpus_tools.annis.api | |
| org.corpus_tools.annis.api.model |
| Modifier and Type | Method and Description |
|---|---|
File |
CorporaApi.subgraphForQuery(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
File |
SearchApi.subgraphForQuery(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
CorporaApi.subgraphForQueryAsync(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback<File> _callback)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
SearchApi.subgraphForQueryAsync(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback<File> _callback)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
CorporaApi.subgraphForQueryCall(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback _callback)
Build call for subgraphForQuery
|
okhttp3.Call |
SearchApi.subgraphForQueryCall(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback _callback)
Build call for subgraphForQuery
|
ApiResponse<File> |
CorporaApi.subgraphForQueryWithHttpInfo(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
ApiResponse<File> |
SearchApi.subgraphForQueryWithHttpInfo(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationComponentType |
AnnotationComponentType.fromValue(String value) |
AnnotationComponentType |
Component.getType()
Get type
|
AnnotationComponentType |
AnnotationComponentType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AnnotationComponentType |
AnnotationComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationComponentType[] |
AnnotationComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setType(AnnotationComponentType type) |
Component |
Component.type(AnnotationComponentType type) |
void |
AnnotationComponentType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AnnotationComponentType enumeration) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.