public class GraphInstance extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphInstance.NodeScore |
class |
GraphInstance.ScoreThread |
| Modifier and Type | Method and Description |
|---|---|
GraphNode |
deleteEdge(String node_id,
String type,
String to_node_id) |
int |
getSize() |
List<GraphNodeResult> |
request(GraphRequest request)
Execute a Graph request
|
public GraphNode deleteEdge(String node_id, String type, String to_node_id) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic List<GraphNodeResult> request(GraphRequest request) throws IOException, URISyntaxException
request - the Graph request definitionURISyntaxException - if the server parameters are wrongIOException - if any I/O error occursServerException - if any server exception occurspublic int getSize()
throws IOException
IOExceptionCopyright © 2016 QWAZR / Emmanuel Keller. All rights reserved.