- All Superinterfaces:
Entity
,MapAccessor
The Node interface describes the characteristics of a node from a Neo4j graph.
- Since:
- 1.0
-
Method Summary
Methods inherited from interface org.neo4j.driver.types.MapAccessor
asMap, asMap, containsKey, get, keys, size, values, values
-
Method Details
-
labels
Return all labels.- Returns:
- a label Collection
-
hasLabel
Test if this node has a given label- Parameters:
label
- the label- Returns:
true
if this node has the label otherwisefalse
-