public interface Node
Schema| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
label()
Primary - the most specific - label of the node
|
Collection<String> |
labels()
Labels this node has, usually only 1
|
Map<String,Relationship> |
relationships()
Relationships declared on this node
The key in the map is the a name of the relationship, not type.
|
Collection<String> labels()
Map<String,Relationship> relationships()
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.