| Package | Description |
|---|---|
| org.neo4j.values | |
| org.neo4j.values.utils | |
| org.neo4j.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyValueWriter.writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
void |
AnyValueWriter.writeNode(long nodeId,
TextArray labels,
MapValue properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
void |
PrettyPrinter.writeNode(long nodeId,
TextArray labels,
MapValue properties) |
| Modifier and Type | Field and Description |
|---|---|
static MapValue |
VirtualValues.EMPTY_MAP |
| Modifier and Type | Method and Description |
|---|---|
static MapValue |
VirtualValues.combine(MapValue a,
MapValue b) |
static MapValue |
VirtualValues.emptyMap() |
static MapValue |
VirtualValues.map(Map<String,AnyValue> map) |
static MapValue |
VirtualValues.map(String[] keys,
AnyValue[] values) |
abstract MapValue |
EdgeValue.properties() |
abstract MapValue |
NodeValue.properties() |
| Modifier and Type | Method and Description |
|---|---|
static MapValue |
VirtualValues.combine(MapValue a,
MapValue b) |
static EdgeValue |
VirtualValues.edgeValue(long id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
static NodeValue |
VirtualValues.nodeValue(long id,
TextArray labels,
MapValue properties) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.