| Package | Description |
|---|---|
| iot.jcypher.graph | |
| iot.jcypher.query.result.util |
| Modifier and Type | Method and Description |
|---|---|
GrLabel |
GrNode.addLabel(String name)
add a new label, throw a RuntimeException if the label already exists
|
static GrLabel |
GrAccess.createLabel(String name) |
GrLabel |
GrNode.getLabel(String labelName)
return a label
|
| Modifier and Type | Method and Description |
|---|---|
List<GrLabel> |
GrNode.getLabels() |
static List<GrLabel> |
GrAccess.getModifiedLabels(GrNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<GrLabel> |
ResultHandler.getNodeLabels(long nodeId,
int rowIndex) |
Copyright © 2016. All rights reserved.