| Package | Description |
|---|---|
| org.neo4j.values | |
| org.neo4j.values.utils | |
| org.neo4j.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyValueWriter.writePath(NodeValue[] nodes,
EdgeValue[] edges) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writePath(NodeValue[] nodes,
EdgeValue[] edges) |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeValue |
EdgeValue.endNode() |
NodeValue |
PathValue.endNode() |
NodeValue[] |
PathValue.nodes() |
static NodeValue |
VirtualValues.nodeValue(long id,
TextArray labels,
MapValue properties) |
NodeValue |
EdgeValue.otherNode(NodeValue node) |
abstract NodeValue |
EdgeValue.startNode() |
NodeValue |
PathValue.startNode() |
| Modifier and Type | Method and Description |
|---|---|
static EdgeValue |
VirtualValues.edgeValue(long id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
NodeValue |
EdgeValue.otherNode(NodeValue node) |
static PathValue |
VirtualValues.path(NodeValue[] nodes,
EdgeValue[] edges) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.