Relationship

data class Relationship(val label: String, val sources: Collection<String>?, val targets: Collection<String>?)

A Relationship with the label from the sources to the targets.

Constructors

Link copied to clipboard
constructor(label: String, sources: Collection<String>?, targets: Collection<String>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard