public interface Relationship extends Entity
| Modifier and Type | Method and Description |
|---|---|
long |
endNodeId()
Id of the node where this relationship ends.
|
boolean |
hasType(String relationshipType)
Test if this relationship has the given type
|
long |
startNodeId()
Id of the node where this relationship starts.
|
String |
type()
Return the type of this relationship.
|
asMap, asMap, containsKey, get, keys, size, values, valueslong startNodeId()
long endNodeId()
String type()
boolean hasType(String relationshipType)
relationshipType - the give relationship typeCopyright © 2017. All rights reserved.