| Package | Description |
|---|---|
| iot.jcypher.graph | |
| iot.jcypher.graph.internal | |
| iot.jcypher.query.result.util |
| Modifier and Type | Method and Description |
|---|---|
static GrId |
GrAccess.getGrId(GrPropertyContainer pc) |
| Modifier and Type | Method and Description |
|---|---|
static GrNode |
GrAccess.createNode(ResultHandler rh,
GrId id,
int rowIdx) |
static GrPath |
GrAccess.createPath(ResultHandler rh,
GrId startNodeId,
GrId endNodeId,
List<GrId> relIds,
int rowIdx) |
static GrRelation |
GrAccess.createRelation(ResultHandler rh,
GrId id,
GrId startNodeId,
GrId endNodeId,
int rowIdx) |
static GrRelation |
GrAccess.createRelation(ResultHandler rh,
GrId id,
GrId startNodeId,
GrId endNodeId,
String type) |
static void |
GrAccess.setGrId(GrId grId,
GrPropertyContainer pc) |
| Modifier and Type | Method and Description |
|---|---|
static GrPath |
GrAccess.createPath(ResultHandler rh,
GrId startNodeId,
GrId endNodeId,
List<GrId> relIds,
int rowIdx) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalId |
| Modifier and Type | Method and Description |
|---|---|
GrNode |
ResultHandler.getNode(GrId id,
int rowIdx) |
List<GrProperty> |
ResultHandler.getNodeProperties(GrId nodeId,
int rowIndex) |
GrRelation |
ResultHandler.getRelation(GrId id) |
List<GrProperty> |
ResultHandler.getRelationProperties(GrId relationId,
int rowIndex) |
Copyright © 2016. All rights reserved.