|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SideSelector
Dictates which side is the current side in a bidirectional traversal to traverse the next step for. For example an alternating side selector will return alternating start side and end side as long as each side hasn't reached it's end.
Method Summary | |
---|---|
Direction |
currentSide()
|
Methods inherited from interface org.neo4j.graphdb.traversal.BranchSelector |
---|
next |
Method Detail |
---|
Direction currentSide()
Direction.OUTGOING
for start side
and Direction.INCOMING
for end side.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |