Toggle navigation
Home
org.neo4j.graphdb.Expander to org.neo4j.graphdb.PathExpander
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
Traversal.expanderForAllTypes(direction.internal)
to
PathExpanders.forDirection(direction.internal)
Traversal.emptyExpander()
to
builder.build()
expander.expand(node)
to
expander.expand(Paths.singleNodePath(node),BranchState.NO_STATE)