| Package | Description |
|---|---|
| iot.jcypher.graph | |
| iot.jcypher.query.result.util |
| Modifier and Type | Method and Description |
|---|---|
GrProperty |
GrPropertyContainer.addProperty(String name,
Object value)
add a new property, throw a RuntimeException if the property already exists
|
static GrProperty |
GrAccess.createProperty(String name) |
GrProperty |
GrPropertyContainer.getProperty(String propertyName)
return a property
|
| Modifier and Type | Method and Description |
|---|---|
static List<GrProperty> |
GrAccess.getModifiedProperties(GrPropertyContainer container) |
List<GrProperty> |
GrPropertyContainer.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<GrProperty> |
ResultHandler.getNodeProperties(GrId nodeId,
int rowIndex) |
List<GrProperty> |
ResultHandler.getRelationProperties(GrId relationId,
int rowIndex) |
Copyright © 2016. All rights reserved.