| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.utils | |
| com.mware.ge.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyValueWriter.writePath(NodeValue[] nodes,
RelationshipValue[] relationships,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writePath(NodeValue[] nodes,
RelationshipValue[] relationships,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeValue |
PathValue.endNode() |
NodeValue |
PathValue.DirectPathValue.endNode() |
abstract NodeValue |
RelationshipValue.endNode() |
abstract NodeValue[] |
PathValue.nodes() |
NodeValue[] |
PathValue.DirectPathValue.nodes() |
static NodeValue |
VirtualValues.nodeValue(String id,
TextArray labels,
MapValue properties) |
NodeValue |
RelationshipValue.otherNode(VirtualNodeValue node) |
abstract NodeValue |
PathValue.startNode() |
NodeValue |
PathValue.DirectPathValue.startNode() |
abstract NodeValue |
RelationshipValue.startNode() |
| Modifier and Type | Method and Description |
|---|---|
static PathValue |
VirtualValues.path(NodeValue[] nodes,
RelationshipValue[] relationships) |
static RelationshipValue |
VirtualValues.relationshipValue(String id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.