| Package | Description |
|---|---|
| iot.jcypher.graph |
| Modifier and Type | Field and Description |
|---|---|
protected ResultHandler |
GrElement.resultHandler |
| Modifier and Type | Method and Description |
|---|---|
static Graph |
GrAccess.createGraph(ResultHandler resultHandler) |
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) |
Copyright © 2016. All rights reserved.