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 QueryResultGraph. 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 BfsParamBfsParamBuilder. builder()生成BfsParam对象
-