public interface RelationshipSelector
Node's Relationship is selected.
This is useful for graph walks.| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.Relationship |
selectRelationship(org.neo4j.graphdb.Node node)
Select a relationship of the node.
|
org.neo4j.graphdb.Relationship selectRelationship(org.neo4j.graphdb.Node node)
node - for which to select a relationship.Relationship of the given node, null if a relationship can't be selected
for whatever reason, perhaps because the node has no (matching) relationships.Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.