toggle menu
cpg
main
jvm
switch theme
search in API
cpg-core
/
de.fraunhofer.aisec.cpg.graph.edges.collections
/
EdgeSet
/
EdgeSet
Edge
Set
constructor
(
thisRef
:
Node
,
init
:
(
start
:
Node
,
end
:
NodeType
)
->
EdgeType
,
outgoing
:
Boolean
=
true
,
onAdd
:
(
EdgeType
)
->
Unit
?
=
null
,
onRemove
:
(
EdgeType
)
->
Unit
?
=
null
)