Uses of Class
com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
Packages that use ResponseElementInfo Package Description com.graphdbapi.driver.v1.graph.query.bfs -
-
Uses of ResponseElementInfo in com.graphdbapi.driver.v1.graph.query.bfs
Methods in com.graphdbapi.driver.v1.graph.query.bfs that return types with arguments of type ResponseElementInfo Modifier and Type Method Description Map<String,ResponseElementInfo>
QueryResult. getEdgeSet()
边的基础信息Map<Long,ResponseElementInfo>
QueryResult. getVertexSet()
点的基础信息Constructor parameters in com.graphdbapi.driver.v1.graph.query.bfs with type arguments of type ResponseElementInfo Constructor Description QueryResult(Map<Long,ResponseElementInfo> vertexSet, Map<String,ResponseElementInfo> edgeSet, List<Long> superNodeSet)
-