|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
STATE
- type of initial state to produce.public interface InitialBranchState<STATE>
Factory for initial state of TraversalBranch
es in a traversal.
Nested Class Summary | |
---|---|
static class |
InitialBranchState.Adapter<STATE>
|
static class |
InitialBranchState.State<STATE>
Branch state evaluator for an initial state. |
Nested classes/interfaces inherited from interface org.neo4j.graphdb.traversal.InitialStateFactory |
---|
InitialStateFactory.AsInitialBranchState<STATE> |
Field Summary | |
---|---|
static InitialBranchState |
NO_STATE
|
Method Summary | |
---|---|
InitialBranchState<STATE> |
reverse()
Creates a version of this state factory which produces reversed initial state, used in bidirectional traversals. |
Methods inherited from interface org.neo4j.graphdb.traversal.InitialStateFactory |
---|
initialState |
Field Detail |
---|
static final InitialBranchState NO_STATE
Method Detail |
---|
InitialBranchState<STATE> reverse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |