toggle menu
graph-guard
1.1.0
jvm
switch theme
search in API
graph-guard-validate
/
io.github.cfraser.graphguard.validate
/
Query
/
Relationship
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
.
Members
Constructors
Relationship
Link copied to clipboard
constructor
(
label
:
String
,
sources
:
Collection
<
String
>
?
,
targets
:
Collection
<
String
>
?
)
Properties
label
Link copied to clipboard
val
label
:
String
sources
Link copied to clipboard
val
sources
:
Collection
<
String
>
?
targets
Link copied to clipboard
val
targets
:
Collection
<
String
>
?