| Package | Description |
|---|---|
| iot.jcypher.graph | |
| iot.jcypher.query | |
| iot.jcypher.query.result.util |
| Modifier and Type | Method and Description |
|---|---|
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) |
GrRelation |
Graph.createRelation(String type,
GrNode startNode,
GrNode endNode)
create a relation in the graph
|
| Modifier and Type | Method and Description |
|---|---|
List<GrRelation> |
GrPath.getRelations() |
| Modifier and Type | Method and Description |
|---|---|
List<GrRelation> |
JcQueryResult.resultOf(JcRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
GrRelation |
ResultHandler.LocalElements.createRelation(String type,
GrNode startNode,
GrNode endNode) |
GrRelation |
ResultHandler.getRelation(GrId id) |
| Modifier and Type | Method and Description |
|---|---|
List<GrRelation> |
ResultHandler.getRelations(JcRelation relation) |
Copyright © 2016. All rights reserved.