Relationship objects represent relationships (graph edges) in neo4j. They inherit from the Base class.
This class is incomplete. It will likely have more methods/properties in the near future.
- deleteProperties
- index
- refreshProperties
- removeFromIndex
- replaceAllProperties
- setProperties
- setProperty
- valueOf
The Relationship
constructor is internal. Objects are instantiated by various library functions, for example Graph.getRelationship.
Inherited from Base.data
(String) Relationship.end
Represents the ID of the end Node.
Inherited from Base.id
(String) Relationship.start
Represents the ID of the start Node.
Inherited from Base.deleteProperties
Inherited from Base.index
Inherited from Base.refreshProperties
Inherited from Base.removeFromIndex
Inherited from Base.replaceAllProperties
Inherited from Base.setProperties
Inherited from Base.setProperty
Inherited from Base.valueOf