|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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)
Returns relationships for a node in whatever way the implementation likes. |
RelationshipExpander |
reversed()
Returns a new instance with the exact same RelationshipTypes, but
with all directions reversed (see Direction.reverse()). |
| Method Detail |
|---|
Iterable<Relationship> expand(Node node)
node - the node to expand.
node.RelationshipExpander reversed()
RelationshipTypes, but
with all directions reversed (see Direction.reverse()).
RelationshipExpander with the same types, but with
reversed directions.
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||