Relationship

A Relationship in the graph.

Types

Link copied to clipboard

The cardinality of a Relationship.

Link copied to clipboard
data class Id(val name: String, val source: String, val target: String) : Record

Relationship.Id uniquely identifies a Relationship.

Properties

Link copied to clipboard

the cardinality constraint on this relationship

Link copied to clipboard

whether the relationship is directed

Link copied to clipboard

the relationship metadata

Link copied to clipboard

the name of the relationship

Link copied to clipboard

the relationship properties

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

Functions

Link copied to clipboard
open override fun toString(): String