JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.neo4j.ogm.drivers.api
Package
org.neo4j.ogm.model
Interface GraphModel
All Known Implementing Classes:
DefaultGraphModel
public interface
GraphModel
Author:
vince
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Collection
<
Node
>
getNodes
()
Collection
<
Edge
>
getRelationships
()
Method Details
getNodes
Collection
<
Node
>
getNodes
()
getRelationships
Collection
<
Edge
>
getRelationships
()