SchemaRelationship

data class SchemaRelationship(val label: String, val targetNode: String, val multiplicity: Char, val inherited: Boolean)

Definition of a CPG relationship with relationship label, the targeted node and whether the node has multiple or a single relationship edge of the declared type.

Constructors

Link copied to clipboard
constructor(label: String, targetNode: String, multiplicity: Char, inherited: Boolean)

Properties

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