| Package | Description |
|---|---|
| com.graphdbapi.driver.v1.graph.query.bfs |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ResponseElementInfo> |
QueryResult.getEdgeSet()
边的基础信息
|
Map<Long,ResponseElementInfo> |
QueryResult.getVertexSet()
点的基础信息
|
| Constructor and Description |
|---|
QueryResult(Map<Long,ResponseElementInfo> vertexSet,
Map<String,ResponseElementInfo> edgeSet,
List<Long> superNodeSet) |
QueryResult(Map<Long,ResponseElementInfo> vertexSet,
Map<String,ResponseElementInfo> edgeSet,
List<Long> superNodeSet) |
Copyright © 2024. All rights reserved.