public class EmbeddedGraphModelAdapter extends GraphModelAdapter
| Constructor and Description |
|---|
EmbeddedGraphModelAdapter() |
| 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 node) |
long |
nodeId(Object node) |
List<Object> |
nodesInPath(Object path) |
Map<String,Object> |
properties(Object container) |
long |
relationshipId(Object relationship) |
String |
relationshipType(Object relationship) |
List<Object> |
relsInPath(Object path) |
Long |
startNodeId(Object relationship) |
adapt, buildNode, buildPath, buildRelationship, convertArrayPropertiesToIterablepublic 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 node)
labels in class GraphModelAdapterpublic long relationshipId(Object relationship)
relationshipId in class GraphModelAdapterpublic String relationshipType(Object relationship)
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 path)
nodesInPath in class GraphModelAdapterpublic List<Object> relsInPath(Object path)
relsInPath in class GraphModelAdapterCopyright © 2017 Neo Technology, Inc.. All rights reserved.