JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.neo4j.bolt.connection.values.Path
Packages that use
Path
Package
Description
org.neo4j.bolt.connection.values
Uses of
Path
in
org.neo4j.bolt.connection.values
Methods in
org.neo4j.bolt.connection.values
that return
Path
Modifier and Type
Method
Description
Path
ValueFactory.
path
(
List
<
Segment
> segments,
List
<
Node
> nodes,
List
<
Relationship
> relationships)