Uses of Class
com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
-
Packages that use BfsParam Package Description com.graphdbapi.driver com.graphdbapi.driver.v1.graph.query.bfs -
-
Uses of BfsParam in com.graphdbapi.driver
Methods in com.graphdbapi.driver with parameters of type BfsParam Modifier and Type Method Description default QueryResult
Graph. bfsMaster(BfsParam bfsParam)
多度查询邻居。通过起始点id查询。 -
Uses of BfsParam in com.graphdbapi.driver.v1.graph.query.bfs
Methods in com.graphdbapi.driver.v1.graph.query.bfs that return BfsParam Modifier and Type Method Description BfsParam
BfsParamBuilder. builder()
生成BfsParam
对象
-