|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.Traversal.DefaultPathDescriptor<T>
T - the type of Path.public static class Traversal.DefaultPathDescriptor<T extends Path>
The default Traversal.PathDescriptor used in common toString()
representations in classes implementing Path.
| Constructor Summary | |
|---|---|
Traversal.DefaultPathDescriptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
nodeRepresentation(Path path,
Node node)
Returns a string representation of a Node. |
java.lang.String |
relationshipRepresentation(Path path,
Node from,
Relationship relationship)
Returns a string representation of a Relationship. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Traversal.DefaultPathDescriptor()
| Method Detail |
|---|
public java.lang.String nodeRepresentation(Path path,
Node node)
Traversal.PathDescriptorNode.
nodeRepresentation in interface Traversal.PathDescriptor<T extends Path>path - the Path we're building a string representation
from.node - the Node to return a string representation of.
Node.
public java.lang.String relationshipRepresentation(Path path,
Node from,
Relationship relationship)
Traversal.PathDescriptorRelationship.
relationshipRepresentation in interface Traversal.PathDescriptor<T extends Path>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.
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||