org.neo4j.graphdb.traversal
Class InitialBranchState.Adapter<STATE>

java.lang.Object
  extended by org.neo4j.graphdb.traversal.InitialBranchState.Adapter<STATE>
All Implemented Interfaces:
InitialBranchState<STATE>, InitialStateFactory<STATE>
Direct Known Subclasses:
InitialBranchState.State
Enclosing interface:
InitialBranchState<STATE>

public abstract static class InitialBranchState.Adapter<STATE>
extends Object
implements InitialBranchState<STATE>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.neo4j.graphdb.traversal.InitialBranchState
InitialBranchState.Adapter<STATE>, InitialBranchState.State<STATE>
 
Nested classes/interfaces inherited from interface org.neo4j.graphdb.traversal.InitialStateFactory
InitialStateFactory.AsInitialBranchState<STATE>
 
Field Summary
 
Fields inherited from interface org.neo4j.graphdb.traversal.InitialBranchState
NO_STATE
 
Constructor Summary
InitialBranchState.Adapter()
           
 
Method Summary
 InitialBranchState<STATE> reverse()
          Creates a version of this state factory which produces reversed initial state, used in bidirectional traversals.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.graphdb.traversal.InitialStateFactory
initialState
 

Constructor Detail

InitialBranchState.Adapter

public InitialBranchState.Adapter()
Method Detail

reverse

public InitialBranchState<STATE> reverse()
Description copied from interface: InitialBranchState
Creates a version of this state factory which produces reversed initial state, used in bidirectional traversals.

Specified by:
reverse in interface InitialBranchState<STATE>
Returns:
an instance which produces reversed initial state.


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.