|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PathExpander. A RelationshipExpander
can still be wrapped via StandardExpander.toPathExpander(RelationshipExpander)
to act like a PathExpander.
public interface RelationshipExpander
An expander of relationships. It's a flexible way of getting relationships from a node.
| Method Summary | |
|---|---|
Iterable<Relationship> |
expand(Node node)
Deprecated. Returns relationships for a Node. |
RelationshipExpander |
reversed()
Deprecated. Returns a new instance with the exact expansion logic, but reversed. |
| Method Detail |
|---|
Iterable<Relationship> expand(Node node)
Node.
node - the node to expand.
node.RelationshipExpander reversed()
RelationshipExpander.
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||