public interface RelationshipItem
Modifier and Type | Method and Description |
---|---|
long |
endNode() |
long |
id() |
org.neo4j.kernel.impl.locking.Lock |
lock() |
long |
nextPropertyId() |
long |
otherNode(long nodeId) |
long |
startNode() |
int |
type() |
long id()
IllegalStateException
- if no current entity is selectedint type()
long startNode()
long endNode()
long otherNode(long nodeId)
nodeId
- of the node you are not interested inlong nextPropertyId()
org.neo4j.kernel.impl.locking.Lock lock()
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.