public class BoltGraphModelAdapter extends GraphModelAdapter
| Constructor and Description |
|---|
BoltGraphModelAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
endNodeId(Object relationship) |
boolean |
isNode(Object value) |
boolean |
isPath(Object value) |
boolean |
isRelationship(Object value) |
List<String> |
labels(Object entity) |
long |
nodeId(Object node) |
List<Object> |
nodesInPath(Object pathValue) |
Map<String,Object> |
properties(Object container) |
long |
relationshipId(Object relationship) |
String |
relationshipType(Object entity) |
List<Object> |
relsInPath(Object pathValue) |
Long |
startNodeId(Object relationship) |
adapt, buildNode, buildPath, buildRelationshipconvertArrayPropertiesToIterablepublic boolean isPath(Object value)
isPath in class GraphModelAdapterpublic boolean isNode(Object value)
isNode in class GraphModelAdapterpublic boolean isRelationship(Object value)
isRelationship in class GraphModelAdapterpublic long nodeId(Object node)
nodeId in class GraphModelAdapterpublic List<String> labels(Object entity)
labels in class GraphModelAdapterpublic long relationshipId(Object relationship)
relationshipId in class GraphModelAdapterpublic String relationshipType(Object entity)
relationshipType in class GraphModelAdapterpublic Long startNodeId(Object relationship)
startNodeId in class GraphModelAdapterpublic Long endNodeId(Object relationship)
endNodeId in class GraphModelAdapterpublic Map<String,Object> properties(Object container)
properties in class GraphModelAdapterpublic List<Object> nodesInPath(Object pathValue)
nodesInPath in class GraphModelAdapterpublic List<Object> relsInPath(Object pathValue)
relsInPath in class GraphModelAdapterCopyright © 2015–2019 Neo Technology, Inc.. All rights reserved.