T
- the type of Path
.public static interface Paths.PathDescriptor<T extends Path>
Path
.Modifier and Type | Method and Description |
---|---|
String |
nodeRepresentation(T path,
Node node)
Returns a string representation of a
Node . |
String |
relationshipRepresentation(T path,
Node from,
Relationship relationship)
Returns a string representation of a
Relationship . |
String nodeRepresentation(T path, Node node)
Node
.String relationshipRepresentation(T path, Node from, Relationship relationship)
Relationship
.path
- the Path
we're building a string representation
from.from
- the previous Node
in the path.relationship
- the Relationship
to return a string
representation of.Relationship
.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.