Uses of Interface
org.neo4j.driver.types.Node
Packages that use Node
Package
Description
-
Uses of Node in org.neo4j.driver
Methods in org.neo4j.driver that return NodeMethods in org.neo4j.driver that return types with arguments of type Node -
Uses of Node in org.neo4j.driver.internal.types
Methods in org.neo4j.driver.internal.types that return NodeModifier and TypeMethodDescriptionMethods in org.neo4j.driver.internal.types with parameters of type Node -
Uses of Node in org.neo4j.driver.internal.value
Methods in org.neo4j.driver.internal.value that return NodeConstructors in org.neo4j.driver.internal.value with parameters of type Node -
Uses of Node in org.neo4j.driver.types
Methods in org.neo4j.driver.types that return NodeModifier and TypeMethodDescriptionPath.end()
Path.Segment.end()
The node that this segment ends at.Retrieve the node with the given key.Path.Segment.start()
The node that this segment starts at.Path.start()
Methods in org.neo4j.driver.types that return types with arguments of type NodeModifier and TypeMethodDescriptionPath.nodes()
Create an iterable over the nodes in this path, nodes will appear in the same order as they appear in the path.Methods in org.neo4j.driver.types with parameters of type Node