Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 1.73 KB

Relationship.md

File metadata and controls

89 lines (52 loc) · 1.73 KB

« Documentation Home

Relationship Class

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.

Properties

Methods

Constructor

The Relationship constructor is internal. Objects are instantiated by various library functions, for example Graph.getRelationship.

Properties

data

Inherited from Base.data

end

(String) Relationship.end

Represents the ID of the end Node.

id

Inherited from Base.id

start

(String) Relationship.start

Represents the ID of the start Node.

Methods

deleteProperties

Inherited from Base.deleteProperties

index

Inherited from Base.index

refreshProperties

Inherited from Base.refreshProperties

removeFromIndex

Inherited from Base.removeFromIndex

replaceAllProperties

Inherited from Base.replaceAllProperties

setProperties

Inherited from Base.setProperties

setProperty

Inherited from Base.setProperty

valueOf

Inherited from Base.valueOf