public interface NodeSelector
Node is selected in the GraphDatabaseService.
This is useful for starting a graph walk or making a jump to another Node if there aren't any
Relationships to follow.| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.Node |
selectNode(org.neo4j.graphdb.GraphDatabaseService database)
Select a node from the graph.
|
org.neo4j.graphdb.Node selectNode(org.neo4j.graphdb.GraphDatabaseService database)
database - in which to select a node.Node in the given database, null if a node can't be selected for whatever
reason, perhaps because there is no (matching) node in the database.Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.