|
||||||||||
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 RelationshipType s, but
with all directions reversed (see Direction.reverse() ). |
Method Detail |
---|
Iterable<Relationship> expand(Node node)
node
- the node to expand.
node
.RelationshipExpander reversed()
RelationshipType
s, but
with all directions reversed (see Direction.reverse()
).
RelationshipExpander
with the same types, but with
reversed directions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |