Package | Description |
---|---|
de.unirostock.sems.m2cat.graph | |
de.unirostock.sems.m2cat.meth |
Modifier and Type | Method and Description |
---|---|
static GraphDbManager.Response |
GraphDbManager.cypher(String query,
org.json.simple.JSONObject params)
Cypher.
|
static GraphDbManager.Response |
GraphDbManager.delete(String target)
Delete.
|
static GraphDbManager.Response |
GraphDbManager.get(String target)
Gets the.
|
static GraphDbManager.Response |
GraphDbManager.post(String target,
String json)
Post.
|
static GraphDbManager.Response |
GraphDbManager.put(String target,
String json)
Put.
|
static GraphDbManager.Response |
GraphDbManager.readResponse(com.sun.jersey.api.client.ClientResponse response)
Read response.
|
Modifier and Type | Method and Description |
---|---|
List<GraphModelDocument> |
Searcher.parseSearchResponse(GraphDbManager.Response res)
Parses the search response.
|
void |
Searcher.parseSedmlResponse(GraphDbManager.Response res,
GraphModelDocument doc)
Parses the search response.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.