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