Package org.neo4j.graphalgo.beta.paths
Class StreamResult.Builder
- java.lang.Object
-
- org.neo4j.graphalgo.beta.paths.StreamResult.Builder
-
- Enclosing class:
- StreamResult
public static class StreamResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder(org.neo4j.graphalgo.api.IdMapping idMapping, org.neo4j.graphdb.Transaction transaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamResultbuild(org.neo4j.graphalgo.beta.paths.PathResult pathResult, boolean createCypherPath)
-
-
-
Method Detail
-
build
public StreamResult build(org.neo4j.graphalgo.beta.paths.PathResult pathResult, boolean createCypherPath)
-
-