public class GraphRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,Double> |
edge_type_weight |
Map<String,Set<String>> |
edges |
Set<String> |
exclude_nodes |
com.fasterxml.jackson.databind.JsonNode |
filters |
Set<String> |
node_property_boost |
Integer |
rows |
Integer |
start |
| Constructor and Description |
|---|
GraphRequest() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getEdgeWeight(String edge_type) |
int |
getRowsOrDefault() |
int |
getStartOrDefault() |
Copyright © 2016 QWAZR / Emmanuel Keller. All rights reserved.