Interface Node
- 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 MapAccessor
asMap, asMap, containsKey, get, keys, size, values, values
-
Method Details
-
labels
-
hasLabel
Test if this node has a given label- Parameters:
label- the label- Returns:
trueif this node has the label otherwisefalse
-