|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of Path
.public static interface Traversal.PathDescriptor<T extends Path>
Provides hooks to help build a string representation of a Path
.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
String nodeRepresentation(T path, Node node)
Node
.
path
- the Path
we're building a string representation
from.node
- the Node
to return a string representation of.
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |