Id

data class Id(val name: String, val source: String, val target: String) : Record

Relationship.Id uniquely identifies a Relationship.

Constructors

Link copied to clipboard
constructor(name: String, source: String, target: String)

Properties

Link copied to clipboard

the name of the relationship

Link copied to clipboard

the name of the node the relationship comes from

Link copied to clipboard

the name of the node the relationship goes to