public interface NodeItem extends EntityItem
| Modifier and Type | Method and Description |
|---|---|
int |
degree(Direction direction)
Returns degree, e.g.
|
int |
degree(Direction direction,
int typeId)
Returns degree, e.g.
|
boolean |
hasLabel(int labelId) |
boolean |
isDense() |
org.neo4j.collection.primitive.PrimitiveIntSet |
labels() |
long |
nextGroupId() |
org.neo4j.cursor.Cursor<RelationshipItem> |
relationships(Direction direction) |
org.neo4j.cursor.Cursor<RelationshipItem> |
relationships(Direction direction,
int... typeIds) |
org.neo4j.collection.primitive.PrimitiveIntSet |
relationshipTypes() |
getProperty, getPropertyKeys, hasProperty, id, properties, propertyorg.neo4j.collection.primitive.PrimitiveIntSet labels()
IllegalStateException - if no current node is selectedorg.neo4j.cursor.Cursor<RelationshipItem> relationships(Direction direction, int... typeIds)
IllegalStateException - if no current node is selectedorg.neo4j.cursor.Cursor<RelationshipItem> relationships(Direction direction)
IllegalStateException - if no current node is selectedorg.neo4j.collection.primitive.PrimitiveIntSet relationshipTypes()
IllegalStateException - if no current node is selectedint degree(Direction direction)
int degree(Direction direction, int typeId)
boolean isDense()
boolean hasLabel(int labelId)
labelId - label token id to check.long nextGroupId()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.