| 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 |
|---|---|
EdgeValue[] |
PathValue.edges() |
static EdgeValue |
VirtualValues.edgeValue(long id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
EdgeValue |
PathValue.lastEdge() |
| Modifier and Type | Method and Description |
|---|---|
static PathValue |
VirtualValues.path(NodeValue[] nodes,
EdgeValue[] edges) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.