|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitialStateFactory | |
|---|---|
| org.neo4j.graphdb.traversal | Traversal framework. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| Uses of InitialStateFactory in org.neo4j.graphdb.traversal |
|---|
| Fields in org.neo4j.graphdb.traversal declared as InitialStateFactory | |
|---|---|
static InitialStateFactory |
InitialStateFactory.NO_STATE
An InitialStateFactory which returns null as state. |
| Methods in org.neo4j.graphdb.traversal with parameters of type InitialStateFactory | ||
|---|---|---|
|
TraversalDescription.expand(PathExpander<STATE> expander,
InitialStateFactory<STATE> initialState)
Sets the PathExpander as the expander of relationships,
discarding all previous calls to
TraversalDescription.relationships(RelationshipType) and
TraversalDescription.relationships(RelationshipType, Direction) or any other expand method. |
|
| Uses of InitialStateFactory in org.neo4j.kernel |
|---|
| Methods in org.neo4j.kernel that return InitialStateFactory | ||
|---|---|---|
static
|
Traversal.initialState(STATE initialState)
InitialStateFactory which always returns the supplied initialState. |
|
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||