toggle menu
graph-guard
1.5.3
jvm
switch theme
search in API
graph-guard-validate
/
io.github.cfraser.graphguard.validate
/
Schema
/
Violation
/
Entity
/
Relationship
Relationship
class
Relationship
(
val
name
:
String
,
val
sources
:
Collection
<
String
>
?
,
val
targets
:
Collection
<
String
>
?
)
:
Schema.Violation.Entity
Members
Constructors
Relationship
Link copied to clipboard
constructor
(
name
:
String
,
sources
:
Collection
<
String
>
?
,
targets
:
Collection
<
String
>
?
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
open
override
val
name
:
String
sources
Link copied to clipboard
val
sources
:
Collection
<
String
>
?
targets
Link copied to clipboard
val
targets
:
Collection
<
String
>
?