public interface Neo4jNode extends Neo4jEntity
| Modifier and Type | Method and Description |
|---|---|
void |
addLabel(String label) |
Neo4jRelationship |
connectTo(Neo4jNode node,
String type) |
int |
degree(Neo4jDirection direction,
String type) |
boolean |
hasLabel(String label) |
Set<String> |
labels() |
Iterable<Neo4jRelationship> |
relationships(Neo4jDirection direction,
String... types) |
void |
removeLabel(String label) |
delete, getId, getKeys, getProperty, getProperty, hasProperty, removeProperty, setPropertyboolean hasLabel(String label)
void addLabel(String label)
void removeLabel(String label)
int degree(Neo4jDirection direction, String type)
Iterable<Neo4jRelationship> relationships(Neo4jDirection direction, String... types)
Neo4jRelationship connectTo(Neo4jNode node, String type)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.