java.lang.Object
org.neo4j.ogm.response.model.DefaultGraphModel
- All Implemented Interfaces:
GraphModel
The results of a query, modelled as graph data.
- Author:
- Michal Bachman, Michael J. Simons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidaddRelationships(RelationshipModel[] additionalRelationships) getNodes()
-
Constructor Details
-
DefaultGraphModel
public DefaultGraphModel()
-
-
Method Details
-
getNodes
- Specified by:
getNodesin interfaceGraphModel
-
addNode
-
addRelationship
-
addNodes
-
getRelationships
- Specified by:
getRelationshipsin interfaceGraphModel
-
addRelationships
-
findNode
-