public final class VirtualValues extends Object
| Modifier and Type | Method and Description |
|---|---|
static EdgeReference |
edge(long id) |
static EdgeValue |
edgeValue(long id,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
static MapValue |
emptyMap() |
static TextValue[] |
labels(TextValue... labels) |
static org.neo4j.values.virtual.ListValue |
list(AnyValue... values) |
static MapValue |
map(HashMap<String,AnyValue> map) |
static MapValue |
map(String[] keys,
AnyValue[] values) |
static NodeReference |
node(long id) |
static NodeValue |
nodeValue(long id,
TextValue[] labels,
MapValue properties) |
static org.neo4j.values.virtual.PathValue |
path(NodeValue[] nodes,
EdgeValue[] edges) |
static VirtualValue |
pointCartesian(double x,
double y) |
static VirtualValue |
pointGeographic(double latitude,
double longitude) |
public static org.neo4j.values.virtual.ListValue list(AnyValue... values)
public static MapValue emptyMap()
public static NodeReference node(long id)
public static EdgeReference edge(long id)
public static VirtualValue pointCartesian(double x, double y)
public static VirtualValue pointGeographic(double latitude, double longitude)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.