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